Results 1 to 2 of 2
How do I install GCC to Ubuntu Linux. My PC does not have Internet connection and so I will be installing it from the CD. also plz let me know ...
- 08-27-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 1
Ubuntu Linux and GCC
How do I install GCC to Ubuntu Linux. My PC does not have Internet connection and so I will be installing it from the CD. also plz let me know from where can I download GCC. I am new to Linux.
Nitin
- 08-27-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
I don't know for a fact if GCC is on the Ubuntu installation CDs, but if it is, make sure your /etc/apt/sources.list points to the CDROM device on you machine, and run
Check out the GCC website at http://www.gnu.org/software/gcc/gcc.html to download a copy.Code:$ sudo apt-get install gcc


Reply With Quote
