Fermi Red Hat Linux basis of installation is RPM. It is a program that can be used to install, uninstall, query, verify, and build software packages. It is also available for other platforms such as Sun, DEC, etc.
I. RPM Particulars
1. packagename-version-patchlevel.architecture.rpm
B. RPM Database Files
A. Install
2. Options
--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.
B. Uninstall
2. Options
--nodeps Don't check dependencies before uninstalling.
2. Options
sapphire.fnal.gov% rpm -qi XFree86
Name : XFree86 Distribution: Manhattan
Version : 3.3.2 Vendor: Red Hat Software
Release : 13 Build Date: Mon Jun 8 22:10:54 1998
Install date: Thu Jul 16 08:33:19 1998 Build Host: porky.redhat.com
Group : X11/XFree86 Source RPM: XFree86-3.3.2-13.src.rpm
Size : 12019528
Packager : Red Hat Software <[email protected]>
Summary : XFree86 Window System servers and basic programs
Description :
X Windows is a full featured graphical user interface featuring multiple
windows, multiple clients, and different window styles. It is used
on
most Unix platforms, and the clients can also be run under other popular
windowing systems. The X protocol allows applications to be run on
either
the local machine or across a network, providing flexibility in client/server
mplementations.
This package contains the basic fonts, programs and documentation for
an X
workstation. It does not provide the X server which drives your video
hardware -- those are available in other package.
-f <file> Query what package <file> belongs to. Note: <file>
must the
absolute path to a file, e.g. rpm -qf /usr/bin/X11/Xconfigurator will
fail since X11 is a symbolic link to /usr/X11R6/bin
-l List all files that are part of the package
--scripts List all scripts that run before when (un)installing
D. Verifying Files and Packages
2. Output format
b. Here's a key to the letters.
-a Useful for performing a verification on an entire system. This
should be performed after installing Linux for the first time, and
save the output to a file.