LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   NEWBIE; How to install RPM programs? (https://www.linuxquestions.org/questions/linux-software-2/newbie%3B-how-to-install-rpm-programs-145575/)

HiOctane21 02-13-2004 03:29 AM

NEWBIE; How to install RPM programs?
 
Hi,
I'm trying to install mplayer rpm file. Can someone guide me through it?

Thank you

killer_bunny 02-13-2004 03:30 AM

Try as root:
Code:

rpm -ivh file_name.rpm

Mega Man X 02-13-2004 03:59 AM

Hi HiOctane21!!!

And welcome to LinuxQuestions.org. Read this thread too:

http://www.linuxquestions.org/questi...threadid=45094

Regards!

linuxharsha 02-13-2004 05:50 AM

Command to install RPMs
 
Hi,

1) the straight and simplest options for installing an rpm file are,
i , v and h.

i - install
v - verbose
h - hash ; displays hashes till the installation completes.

So ur command is (as root),
rpm -ivh <rpmfilename>

2) If the installation program prompts for any information needed by that application, enter it.

Regards,
Harsha.

HiOctane21 02-13-2004 04:39 PM

Thank you. You guys are cool. :cool:


All times are GMT -5. The time now is 11:38 PM.