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.
How to Install GCC (c/c++) Compiler in Ubuntu Linux
Related Posts:
Simple Linux Socket Programming in UbuntuNormally, people start learning programming with some simple typical Hello World sample. However, I'm searching for some challenge as my first try. So… Read More
Install .rpm packages in Ubuntua Ubuntu normally use .deb package for application installer. However, if you have an rpm file for a package you wish to install, and if you cannot fi… Read More
Finch - How to use Pidgin via Terminal ConsoleFor those who have starts getting in love with Terminal Console in Ubuntu, you may love to be able to do everything from the Terminal console. Even if… Read More
How to Install GCC (c/c++) Compiler in Ubuntu LinuxInstall package called build-essential is the best way build-essential contains a list of packages which are essential for building Ubuntu packages… Read More
How to Burn a CD’s/DVD’s in Ubuntu LinuxGnomeBaker is a Gnome CD/DVD burning application.GnomeBaker is a GTK2/Gnome CD/DVD burning application. I’ve been writing it in my spare time so progr… Read More
0 comments:
Post a Comment