Author Topic: [How To] Install an RPM  (Read 1192 times)

dynaweb

  • <b>Canine Deamon</b>
  • Administrator
  • Sr. Member
  • *****
  • Posts: 483
  • Karma: +10/-0
  • Generic personal text here ...
    • MSN Messenger - danno_d_manno@yahoo.com
    • View Profile
    • DynaWeb Designs
    • Email
[How To] Install an RPM
« on: February 26, 2006, 11:58:20 AM »
RPM stands for "RedHat Package Manager". It is an advanced software packaging system which runs on Red Hat Linux as well as other Linux and UNIX-like systems. Using RPM\'s is very convenient since once command will both unpack and install the software!
Install a package[INDENT]In shell, navigate to the directory where your RPM resides:
Example:
Code: [Select]
cd /root/downloads
To unpack and install, issue the following command:
Code: [Select]
rpm –ivh packagename
RPM will then automatically install the software, preserving the developer\'s intended customizations, permissions, and configurations -- something which .tar.gz format cannot do.[/INDENT]
Upgrade a package[INDENT]
Code: [Select]
rpm –Uvh packagename[/FONT][/INDENT]
Other stuff[INDENT]If you prefer a graphical interface, you can use Gnome-RPM to perform many RPM commands.[/INDENT]More Help[INDENT]For more help with RPM, type "rpm --help" in shell.[/INDENT]
« Last Edit: February 26, 2006, 06:27:08 PM by dynaweb »
Those who cannot learn from history are doomed to repeat it. -- Linux learns.

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
1234 Views
Last post September 07, 2005, 10:28:03 AM
by dynaweb
10 Replies
1867 Views
Last post October 02, 2005, 11:55:44 AM
by adb22791
2 Replies
982 Views
Last post January 21, 2006, 04:58:20 AM
by bobbaz
0 Replies
2727 Views
Last post March 25, 2006, 10:27:56 AM
by dynaweb
1 Replies
1633 Views
Last post September 16, 2008, 04:33:16 PM
by dynaweb