Is the comes with c compiler
Lee Braiden
lee_b at digitalunleashed.com
Tue Jul 12 08:49:08 UTC 2005
On Tuesday 12 Jul 2005 09:33, lasa wrote:
> Hi all,
> 1) Is this ubuntu comes with any c compiler package. If not where can
> I get that package?
Yes, it does. Most Linux distributions do.
apt-get install build-essential
will install the most important stuff for developing C software. The compiler
itself is called the "GNU C Compiler": more commonly known as "gcc".
You may also want to install KDevelop3 or Anjuta (I'd recommend the former),
for a nice, easy to use frontend.
However, you may need other software too, depending on your intentions. Learn
to use synaptic or some other package manager, and you'll be able to find
whatever you need.
> 2) How and where can I download plugin for Media player?
Forget about "downloading" stuff in Ubuntu. For most purposes, you can just
use the package managers.
As for "Media player"... I don't know of any Linux software with that name,
unless it's referring to the gstreamer one. gstreamer plugins are all in
packages called gstreamer-(something), but some of those plugins may use
other files too. Again, look through the package manager's lists. You'll
find that some packages recommend other packages, which may be good to
install. Again, it all depends on what you need, though.
--
Lee Braiden
http://www.DigitalUnleashed.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20050712/69852456/attachment.sig>
More information about the ubuntu-users
mailing list