Skip to Content
Linux Pocket Guide
book

Linux Pocket Guide

by Daniel J. Barrett
February 2004
Beginner
200 pages
5h 40m
English
O'Reilly Media, Inc.
Content preview from Linux Pocket Guide

Name

rpm [options] [files] — rpm

Synopsis

/bin stdin stdout - file -- opt --help --version

If you prefer to install RPM packages by hand, use rpm, the same package-management program that up2date runs behind the scenes. rpm not only installs the software, but also makes sure your system has all prerequisites. For example, if package superstuff requires package otherstuff that you haven’t installed, rpm will not install superstuff. If your system passes the test, however, rpm completely installs the software.

RPM filenames typically have the form name-version.architecture.rpm. For example, emacs-20.7-17.i386.rpm indicates the emacs package, Version 20.7-17, for i386 (Intel 80386 and higher) machines. Be aware that rpm sometimes requires a filename argument (like emacs-20.7-17.i386.rpm) and other times just the package name (like emacs).

Common commands for manipulating RPM packages are:

rpm -q package_name

Find out if package_name is installed on your system, and what version. Example: rpm -q textutils. If you don’t know the name of the package (a chicken-and-egg problem), list all packages and use grep to search for likely names:

$ rpm -qa | grep -i likely_name
rpm -ql package_name

List the files included in the given, installed package. Try rpm -ql emacs.

rpm -qipackage_name

Get general information about the package.

rpm -qlp package.rpm

List the contents of an RPM file, not necessarily installed yet. Use -qip for general information about the RPM file.

rpm -qa

List all installed RPM packages. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Linux Pocket Guide, 2nd Edition

Linux Pocket Guide, 2nd Edition

Daniel J. Barrett
Linux in a Nutshell, 6th Edition

Linux in a Nutshell, 6th Edition

Ellen Siever, Stephen Figgins, Robert Love, Arnold Robbins

Publisher Resources

ISBN: 9780596806347Errata Page