LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   What is rpm (https://www.linuxquestions.org/questions/suse-opensuse-60/what-is-rpm-323073/)

ivanlime 05-13-2005 06:55 AM

What is rpm
 
Hi, I am new to linux but have a high interest on it. I am using Suse pro. Does anyone know what is rpm? is it rpm something like installer for linux?
i have rpm file, a software that i downloaded from the net, how can i install it? Please help, thanks. go go linux

reddazz 05-13-2005 07:00 AM

RPM (rpm package manager/redhat package manager) is a package management system originally used by Redhat but now adopted by quite a few linux distros out there. The packages used on rpm based distros end with the .rpm extension and the source packages with .src.rpm. To find out more, go to rpm.org.

Linux.tar.gz 05-13-2005 07:03 AM

Redhat Package Manager. It's the way the programs are packaged and installed in some Linux distribution (Redhat, Suse, Mandriva...). Ususally, you install them in Suse via the program called Yast.

XavierP 05-14-2005 06:47 AM

Moved: This thread is more suitable in SuSE/Novell and has been moved accordingly to help your thread/question get the exposure it deserves.

ivanlime 05-15-2005 10:38 AM

If i want to install it using yast, mind to tell me the steps and how? what is the command to install a rpm file in terminal?

Maligogo90 05-15-2005 10:48 AM

I don't know how to install from terminal, but to install from YaST, just click the RPM file and inside it click "Install Package with YaST". Type in your Root password and just let it install

TheOther1 05-15-2005 08:25 PM

Try:

man rpm

for options. Generally to install a rpm:
rpm -ivh package.rpm

i = install
v = verbose
h = print hash marks (to show progress)


All times are GMT -5. The time now is 05:33 PM.