LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How Do I Install A Compiler Off The CD ? (https://www.linuxquestions.org/questions/linux-software-2/how-do-i-install-a-compiler-off-the-cd-72709/)

Mr_T_Fool 07-14-2003 05:13 PM

How Do I Install A Compiler Off The CD ?
 
???


Me = Pure :newbie:

neo77777 07-14-2003 06:30 PM

Put CD into CD-ROM drive and on the CLI (command line interface) become root
Code:

/bin/su -
Password:                <--------------- root's password
mount /dev/cdrom
cd /mnt/cdrom
ls
cd directory/where/compiler/is
rpm -ihv file-name.rpm



All times are GMT -5. The time now is 03:20 AM.