RPM - Red Hat Package Manager

Fermi Linux basis of installation is RPM. It is a program that can be used to install, uninstall, query, verify, and build software packages.

I. RPM


II. Four Main Modes of Operation

A. Install / Upgrade / Freshen


 rpm -i packagename-version-patchlevel.arch.rpm

Options

--test Don't install, just test and report problems

-U Upgrade an installed package. Uninstalls old package and installs new

-h print 50 hash marks while installing, shows amount completed

-v verbose. What package is being installed, useful when used with the -h option.

-F Freshen. Upgrade only if already installed.

Example:

rpm -UFv *rpm

This will upgrade all the rpm's that are in the current directory but only if they are already installed