Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Dec 012010
 

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.

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>