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
Printable View
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
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