Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


installing_rpms

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
installing_rpms [2008/01/24 22:56] – created juckinsinstalling_rpms [2008/01/30 21:27] juckins
Line 1: Line 1:
-Finding RPMs:  +======Working with RPMs====== 
-http://www.rpmfind.net + 
 +RPMs on the web\\ 
 +http://www.rpmfind.net \\
 http://rpm.pbone.net/ http://rpm.pbone.net/
  
-Installing:+Installing: \\
 rpm –ivh (name) rpm –ivh (name)
  
-Listing Installed Packages:+Listing Installed Packages: \\
 rpm –qa | grep (name) to find installed packages rpm –qa | grep (name) to find installed packages
  
-Removing Packages:+Removing Packages: \\
 rpm –e (name) to remove rpm –e (name) to remove
  
-Freshen packages:+Freshen packages: \\
 rpm –F *.rpm rpm –F *.rpm
installing_rpms.txt · Last modified: 2012/02/04 18:08 by juckins