Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


installing_rpms

This is an old revision of the document!


Working with RPMs

RPMs on the web:
http://www.rpmfind.net
http://rpm.pbone.net/

Installing:
rpm –ivh (name)

Listing Installed Packages:
rpm –qa | grep (name) to find installed packages

Removing Packages:
rpm –e (name) to remove

Freshen packages:
rpm –F *.rpm

installing_rpms.1201746475.txt.gz · Last modified: 2008/01/30 21:27 by juckins