October 2005
Intermediate to advanced
908 pages
46h 42m
English
Query the RPM database to find Emacs-related packages:
rpm -q -a | grep emacs
Query an uninstalled package, printing information about the package and listing the files it contains:
rpm -qpil ~/downloads/bash2-doc-2.03-8.i386.rpm
Install a package (assumes superuser privileges):
rpm -i sudo-1.6.7p5-30.1.i386.rpm
Do the same thing, but report on the progress of the installation:
rpm -ivh sudo-1.6.7p5-30.1.i386.rpm
Read now
Unlock full access