LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   what is the command to install or upgrade an rpm package??? (https://www.linuxquestions.org/questions/linux-software-2/what-is-the-command-to-install-or-upgrade-an-rpm-package-337842/)

Simon Adebisi 06-27-2005 08:18 PM

what is the command to install or upgrade an rpm package???
 
rpm -????

im a Linux NOOB. will always be.

fair_is_fair 06-27-2005 08:24 PM

http://www.faqs.org/docs/securing/chap3sec20.html

reddazz 06-28-2005 03:48 AM

Another good resource is rpm.org.

theYinYeti 06-28-2005 05:26 AM

It depends on your distribution. For Mandrake/Mandriva, you should use the control center, or urpmi. And you would benefit from updated your software sources, using easy-urpmi.

Yves.

heema 06-28-2005 05:29 AM

just type

man rpm

this will show you the manual of rpm ;)

Martin Rasch 06-29-2005 03:26 AM

RPM General Use and Commands
 
From The Menu open a Root Console using the Terminal.

At the Console Prompt Type:
rpm --help
This will give a list of possible commands and Usage for the RPM Manager.
The command for upgrading RPM is:
rpm -Uvh name-of rpm file < Note wild card or * is allowed for command.

The coomand for installing new RPM is:

rpm -ivh name-of rpm file < Note some wild card or * is allowed for command.

The switches are explained in both the Man and Suse Help section's of the System.
For a detailed description go to the menu and select the Help Icon.

Hope this helps

Martin Rasch;)


All times are GMT -5. The time now is 11:36 AM.