How to Install GCC (c/c++) Compiler in Ubuntu Linux Install package called build-essential is the best way
build-essential contains a list of packages which are essential for building Ubuntu packages including gcc compiler, make and other required tools. $ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get install build-essential $ gcc -v $ make -v Now, you should able to compile software using C / C++ compilers. <Zin0> On Thu, Mar 24, 2011 at 23:37, Prashant Mathur <[email protected] > wrote: > which software package is required to install C/C++ compiler on ubuntu > 10.10 ?? pls tell !! > > -- > Regards > > Prashant Mathur > > > -- > LUG@IITD - http://lug-iitd.org/Footer > -- LUG@IITD - http://lug-iitd.org/Footer
