How to install GCC (C/C++) compiler in Ubuntu Linux
Answer:
It is easy to install standard GCC (C/C++) compiler in Ubuntu, just a single command:
# sudo apt-get install build-essential
Besides the core compiler, other useful build related tools will also be installed.
That's all.