Results 1 to 9 of 9
I have installed Linux OS but I'm not able to track GCC inside... how do I download or find it if already exist and therefore install it?...
- 11-08-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
Installing GCC
I have installed Linux OS but I'm not able to track GCC inside... how do I download or find it if already exist and therefore install it?
- 11-08-2009 #2
Which distribution of Linux have you installed?
Linux User #453176
- 11-08-2009 #3
What distro are you running?
If you are running a derivative of Debian (like Ubuntu), then you can do:
sudo apt-get install build-essential
- 11-08-2009 #4Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
- 11-08-2009 #5Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
- 11-08-2009 #6
It is asking for your password as the command sudo is accessing the super-user (sudo = super-user do). The command above that egan gave you will install a package that contains software for compiling source code including gcc
Nothing appears on the screen when you type for security. Just enter your password and press enter.
What do you want to install gcc for? Is there another program that you're trying to install?Linux User #453176
- 11-08-2009 #7Just Joined!
- Join Date
- Nov 2009
- Posts
- 6
- 11-08-2009 #8
We prefer it of you keep things in the forum as it may help other people out in the future. I was just making sure you needed a compiler as when people first come to Linux they often don't know about the package manager and think they have to compile all the programs they want from source
Linux User #453176
- 11-08-2009 #9Just Joined!
- Join Date
- Nov 2009
- Posts
- 6


Reply With Quote
