PDA

View Full Version : [ubuntu] g++ Package



vn.raghu
November 6th, 2010, 06:33 AM
Hi,

When I visit packages.ubuntu.com, I see dapper, maverick etc. What are these?
Also I need to install complete gcc, g++ and dependencies. How to do it?

Thanks

lisati
November 6th, 2010, 06:40 AM
Hi,

When I visit packages.ubuntu.com, I see dapper, maverick etc. What are these?
These are code names for different releases of Ubuntu.


Also I need to install complete gcc, g++ and dependencies. How to do it?

Thanks
We have a Programming Talk (http://ubuntuforums.org/forumdisplay.php?f=39) section of the forum, which is a good place to ask questions about programming. It also has a number of useful links. If you run the following command from the terminal (from the Applications->Accessories->Terminal menu) you should be sweet:

sudo apt-get install build-essential g++ gcc

vn.raghu
November 6th, 2010, 07:19 AM
Thanks... Vl do it...