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)

Freshen packages:

rpm –F *.rpm
installing_rpms.1201746731.txt.gz · Last modified: 2008/01/30 21:32 by juckins