LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do i instal an RPM from the RH9 CD (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-instal-an-rpm-from-the-rh9-cd-423387/)

v1nc3nt 03-09-2006 11:35 PM

How do i instal an RPM from the RH9 CD
 
hi all

How do install the dialogue rpm from the rh9 cd.

All help appreciated

perfect_circle 03-09-2006 11:37 PM

Code:

rpm -i <rpm file>

nitinatindore 03-10-2006 03:14 AM

I believe redhat has some gui frontend named as software manager similar to windows add/remove program.
Though I never prefer that forntend but that might prove useful to you.

Anyways best way is to open a terminal , login as root, mount the installation CDROM and as rightly said by Perfect_circle, type in follwoing
# rpm -ivh <rpm file>

-vh and options will give you a verbose output about what's going on.


All times are GMT -5. The time now is 04:45 PM.