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

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

installing_rpms.1742510900.txt.gz · Last modified: 2025/03/20 18:48 by juckins