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:
Install Flash Player 9 Update in UbuntuAdobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed imme… Read More
Install LAMP Server in ubntu(with screenshots)Automatic LAMP (Linux, Apache, MySQL and PHP) In about 15 minutes, the time it takes to install Ubuntu Server Edition, you can have a LAMP server up a… Read More
Install vmware tools in UbuntuIt is very important that you install VMware Tools in the guest operating system.With the VMware Tools SVGA driver installed, Workstation supports sig… Read More
How to Convert PDF files to HTML filesTranslates pdf documents into html format.Translates pdf files into HTML or XML formats, combined with png images. Supports encrypted pdf files.There … Read More
How to change Screen resolution in UbuntuThis tutorial will explain how to change Screen resolution in Ubuntu and this might work in all ubuntu versions Procedure to follow 1) Go to System… Read More
0 comments:
Post a Comment