Personal tools

Difference between revisions of "Rpm"

From MohidWiki

Jump to: navigation, search
(New page: Rpm is a binary packager and installer for red-hat, fedora and Cent-OS linux distros. It is most often used within the yum package manager. ==Syntax== ===How to install=== > rpm ...)
 
 
Line 4: Line 4:
 
===How to install===
 
===How to install===
  
> rpm -i **packagename**
+
> rpm -i packagename.rpm
  
 
==External references==
 
==External references==
 
*[http://www.rpm.org/max-rpm/ch-rpm-install.html rpm install]
 
*[http://www.rpm.org/max-rpm/ch-rpm-install.html rpm install]

Latest revision as of 17:59, 14 July 2009

Rpm is a binary packager and installer for red-hat, fedora and Cent-OS linux distros. It is most often used within the yum package manager.

Syntax

How to install

> rpm -i packagename.rpm

External references