Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


installing_rpms

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

Building RPM from source:
http://wiki.centos.org/HowTos/RebuildSRPM

installing_rpms.txt · Last modified: 2012/02/04 18:08 by juckins