RPM Package Manager (RPM) (originally Red Hat Package Manager, now a
recursive acronym) is a
free and open-source
Free and open-source software (FOSS) is software available under a Software license, license that grants users the right to use, modify, and distribute the software modified or not to everyone free of charge. FOSS is an inclusive umbrella term ...
package management system.
The name RPM refers to the
file format
A file format is a Computer standard, standard way that information is encoded for storage in a computer file. It specifies how bits are used to encode information in a digital storage medium. File formats may be either proprietary format, pr ...
and the package manager program itself. RPM was intended primarily for
Linux distribution
A Linux distribution, often abbreviated as distro, is an operating system that includes the Linux kernel for its kernel functionality. Although the name does not imply product distribution per se, a distro—if distributed on its own—is oft ...
s; the file format is the baseline package format of the
Linux Standard Base.
Although it was created for use in
Red Hat Linux, RPM is now used in many
Linux distributions such as
PCLinuxOS,
Fedora Linux,
AlmaLinux,
CentOS,
openSUSE,
OpenMandriva and
Oracle Linux. It has also been ported to some other
operating systems
An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs.
Time-sharing operating systems scheduler (computing), schedule tasks for ...
, such as
Novell NetWare
NetWare is a discontinued computer network operating system developed by Novell, Inc. It initially used cooperative multitasking to run various services on a personal computer, using the Internetwork Packet Exchange, IPX network protocol. The f ...
(as of version 6.5 SP3),
IBM's AIX (as of version 4),
IBM i
IBM i (the ''i'' standing for ''integrated'') is an operating system developed by IBM for IBM Power Systems. It was originally released in 1988 as OS/400, as the sole operating system of the IBM AS/400 line of systems. It was renamed to i5/OS in 2 ...
, and
ArcaOS
ArcaOS is a Proprietary software, proprietary operating system based on OS/2, developed and marketed by Arca Noae, LLC under license from IBM. It was first released in 2017 and builds on OS/2 Warp 4.52 by adding support for new hardware, fixing ...
.
An RPM package can contain an arbitrary set of files. Most RPM files are "binary RPMs" (or BRPMs) containing the compiled version of some software. There are also "source RPMs" (or SRPMs) containing the
source code
In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer.
Since a computer, at base, only ...
used to build a binary package. These have an appropriate tag in the file header that distinguishes them from normal (B)RPMs, causing them to be extracted to /usr/src on installation. SRPMs customarily carry the file extension ".src.rpm" (.spm on file systems limited to 3 extension characters, e.g. old DOS
FAT
In nutrition science, nutrition, biology, and chemistry, fat usually means any ester of fatty acids, or a mixture of such chemical compound, compounds, most commonly those that occur in living beings or in food.
The term often refers specif ...
).
History
RPM was originally written in 1997 by Erik Troan and
Marc Ewing
Marc Ewing is an American computer engineer and entrepreneur. He is the creator and originator of the Red Hat brand of software, most notably the Red Hat range of Linux operating system distributions. He was involved in the 86open project in the ...
,
based on , , and experiences.
was written by Rik Faith and Doug Hoffman in May 1995 for Red Hat Software, its design and implementations were influenced greatly by , a package management system by Faith and Kevin Martin in the fall of 1993 for the Bogus Linux Distribution. preserves the "
Pristine Sources + patches" paradigm of , while adding features and eliminating arbitrary limitations present in the implementation. provides greatly enhanced database support for tracking and verifying installed packages.
Features
For a
system administrator
An IT administrator, system administrator, sysadmin, or admin is a person who is responsible for the upkeep, configuration, and reliable operation of computer systems, especially multi-user computers, such as Server (computing), servers. The ...
performing software installation and maintenance, the use of package management rather than manual building has advantages such as simplicity, consistency and the ability for these processes to be automated and non-interactive. rpm uses
Berkeley DB as the backend database although since 4.15 in 2019, it supports building rpm packages without Berkeley DB (
–disable-bdb
).
Features of RPM include:
* RPM packages can be cryptographically verified with
GPG and
MD5
* Original source archive(s) (e.g. , ) are included in SRPMs, making verification easier
*
Delta update: PatchRPMs and DeltaRPMs, the RPM equivalent of a
patch file, can incrementally update RPM-installed software
* Automatic build-time dependency evaluation.
Local operations
Packages may come from within a particular distribution (for example
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial Linux distribution developed by Red Hat. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and ...
) or be built for it by other parties (for example
RPM Fusion for Fedora Linux). Circular dependencies among mutually dependent RPMs (so-called "
dependency hell
Dependency hell is a colloquial term for the frustration of some software users who have installed software packages which have dependencies on specific versions of other software packages.
The dependency issue arises when several packages ha ...
") can be problematic; in such cases a single installation command needs to specify all the relevant packages.
Repositories
RPMs are often collected centrally in one or more
repositories on the internet. A site often has its own RPM repositories which may either act as local mirrors of such internet repositories or be locally maintained collections of useful RPMs.
Front ends
Several
front-ends to RPM ease the process of obtaining and installing RPMs from repositories and help in resolving their dependencies. These include:
*
yum used in
Fedora Linux,
CentOS 5 and above,
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial Linux distribution developed by Red Hat. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and ...
5 and above,
Scientific Linux,
Yellow Dog Linux and
Oracle Linux
*
DNF, introduced in
Fedora Linux 18 (default since
22),
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial Linux distribution developed by Red Hat. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and ...
8,
AlmaLinux 8, and
CentOS Linux 8.
*
up2date used in
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial Linux distribution developed by Red Hat. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and ...
,
CentOS 3 and 4, and
Oracle Linux
*
Zypper used in
Mer (and thus Sailfish OS),
MeeGo,
openSUSE and
SUSE Linux Enterprise
*
urpmi used in
Mandriva Linux
Mandriva Linux, a fusion of the French distribution Mandrake Linux and the Brazilian distribution Conectiva Linux, is a discontinued Linux distribution developed by Mandriva S.A.
Each release lifetime was 18 months for base updates (Linux, syste ...
,
ROSA Linux and
Mageia
*
apt-rpm, a port of Debian's
Advanced Packaging Tool (APT) used in Ark Linux,
PCLinuxOS and
ALT Linux
*
Smart Package Manager, used in Unity Linux, available for many distributions including
Fedora Linux.
* , a command-line utility available in (for example) Red Hat Enterprise Linux
* , for
Sailfish OS
Local RPM installation database
Working behind the scenes of the package manager is the RPM database, stored in . It uses
Berkeley DB as its back-end. It consists of a single database () containing all of the meta information of the installed RPMs. Multiple databases are created for indexing purposes, replicating data to speed up queries. The database is used to keep track of all files that are changed and created when a user (using RPM) installs a package, thus enabling the user (via RPM) to reverse the changes and remove the package later. If the database gets corrupted (which is possible if the RPM client is
killed), the index databases can be recreated with the command.
Description
Whilst the RPM format is the same across different
Linux distribution
A Linux distribution, often abbreviated as distro, is an operating system that includes the Linux kernel for its kernel functionality. Although the name does not imply product distribution per se, a distro—if distributed on its own—is oft ...
s, the detailed conventions and guidelines may vary across them.
Package filename and label
An RPM is delivered in a single file, normally with a filename in the format:
: for source packages, or
: for binaries.
For example, in the package filename , the is , the is , the is , and the is .
The associated source package would be named
RPMs with the extension do not depend on a particular CPU architecture. For example, these RPMs may contain graphics and text for other programs to use. They may also contain
shell scripts or programs written in other interpreted programming languages such as
Python.
The RPM contents also include a ''package label'', which contains the following pieces of information:
* software name
* software version (the version taken from original
upstream source of the software)
* package release (the number of times the package has been rebuilt using the same version of the software). This field is also often used for indicating the specific distribution the package is intended for by appending strings like "mdv" (formerly, "mdk") (
Mandriva Linux
Mandriva Linux, a fusion of the French distribution Mandrake Linux and the Brazilian distribution Conectiva Linux, is a discontinued Linux distribution developed by Mandriva S.A.
Each release lifetime was 18 months for base updates (Linux, syste ...
), "mga" (
Mageia), "fc4" (
Fedora Core 4), "rh9" (
Red Hat Linux 9), "suse100" (
SUSE Linux 10.0) etc.
* architecture for which the package was built (i386, i686, x86_64, ppc, etc.)
The package label fields do not need to match the filename.
Library packaging
Libraries are distributed in two separate packages for each version. One contains the precompiled code for use at run-time, while the second one contains the related development files such as headers, etc. Those packages have "-devel" appended to their name field. The system administrator should ensure that the versions of the binary and development packages match.
Binary format
The format is binary and consists of four sections:
* The lead, which identifies the file as an RPM file and contains some obsolete headers.
* The signature, which can be used to ensure integrity and/or authenticity.
* The header, which contains
metadata
Metadata (or metainformation) is "data that provides information about other data", but not the content of the data itself, such as the text of a message or the image itself. There are many distinct types of metadata, including:
* Descriptive ...
including package name, version, architecture, file list, etc.
* A file archive (the
payload), which usually is in
cpio
cpio is a general file archiver utility and its associated file format. It is primarily installed on Unix-like computer operating systems. The software utility was originally intended as a tape archiving program as part of the Programmer's Work ...
format, compressed with
gzip
gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems, and ...
. The tool enables retrieval of the cpio file without needing to install the RPM package.
** The Linux Standard Base requires the use of gzip, but Fedora 30 packages are
xz-compressed and Fedora 31 packages might be
zstd-compressed. Recent versions of RPM can also use
bzip2
bzip2 is a free and open-source file compression program that uses the Burrows–Wheeler algorithm. It only compresses single files and is not a file archiver. It relies on separate external utilities such as tar for tasks such as handli ...
,
lzip, or
lzma compression.
** RPM 5.0 format supports using
xar for archiving.
SPEC file
The "Recipe" for creating an RPM package is a spec file. Spec files end in the ".spec" suffix and contain the package name, version, RPM revision number, steps to build, install, and clean a package, and a changelog. Multiple packages can be built from a single RPM spec file, if desired. RPM packages are created from RPM spec files using the rpmbuild tool.
Spec files are usually distributed within SRPM files, which contain the spec file packaged along with the source code.
SRPM
A typical RPM is pre-compiled software ready for direct installation. The corresponding source code can also be distributed. This is done in an SRPM, which also includes the "SPEC" file describing the software and how it is built. The SRPM also allows the user to compile, and perhaps modify, the code itself.
A software package could contain only platform independent scripts. In such a case, the developer could provide only an SRPM, which is still an installable RPM.
NOSRC
This is a special version of SRPM. It contains "SPEC" file and optionally patches, but does not include sources (usually because of license).
Forks
, there are two versions of RPM in development: one led by the Fedora Project and Red Hat, and the other by a separate group led by a previous
maintainer of RPM, a former employee of Red Hat.
RPM.org
The ''rpm.org'' community's first major code revision was in July 2007; version 4.8 was released in January 2010, version 4.9 in March 2011, 4.10 in May 2012, 4.11 in January 2013, 4.12 in September 2014 and 4.13 in July 2015.
This version is used by distributions such as
Fedora Linux,
Red Hat Enterprise Linux
Red Hat Enterprise Linux (RHEL) is a commercial Linux distribution developed by Red Hat. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop version for x86-64. Fedora Linux and ...
and
derivatives,
openSUSE,
SUSE Linux Enterprise,
Unity Linux,
Mageia,
OpenEmbedded,
Tizen
Tizen () is a Linux-based operating system primarily developed by Samsung Electronics and supported by the Linux Foundation.
The project was originally conceived as an HTML5-based platform for mobile devices to succeed MeeGo. It was backed by o ...
and
OpenMandriva Lx
OpenMandriva Lx is a general-purpose Linux distribution maintained by the OpenMandriva Association for x86 (32/64-bit) and ARM (architecture), ARM computers. It is a community-supported continuation of Mandriva Linux, which was active from 1998 (a ...
(formerly
Mandriva
Mandriva S.A. was a Public company, public software company specializing in Linux and open-source software. Its corporate headquarters was in Paris, and it had development centers in Metz, France and Curitiba, Brazil. Mandriva, S.A. was the deve ...
).
RPM v5 (Defunct)
Jeff Johnson, the RPM maintainer since 1999, continued development efforts together with participants from several other distributions. RPM version 5 was released in May 2007.
This version was used by distributions such as
Wind River Linux (until Wind River Linux 10), Rosa Linux, and
OpenMandriva Lx
OpenMandriva Lx is a general-purpose Linux distribution maintained by the OpenMandriva Association for x86 (32/64-bit) and ARM (architecture), ARM computers. It is a community-supported continuation of Mandriva Linux, which was active from 1998 (a ...
(former
Mandriva Linux
Mandriva Linux, a fusion of the French distribution Mandrake Linux and the Brazilian distribution Conectiva Linux, is a discontinued Linux distribution developed by Mandriva S.A.
Each release lifetime was 18 months for base updates (Linux, syste ...
which switched to rpm5 in 2011) and also by the
OpenPKG project which provides packages for other common UNIX-platforms.
OpenMandriva Lx
OpenMandriva Lx is a general-purpose Linux distribution maintained by the OpenMandriva Association for x86 (32/64-bit) and ARM (architecture), ARM computers. It is a community-supported continuation of Mandriva Linux, which was active from 1998 (a ...
has switched back to rpm.org for 4.0 release.
OpenEmbedded, the last major user of RPM5, switched back to rpm.org due to issues in RPM5.
See also
*
Autopackage — a "complementary" package management system
*
Delta ISO — an ISO image which contains RPM Package Manager files
*
dpkg — package management system used by Debian and its derivatives
*
List of RPM-based Linux distributions
*
pkg-config
pkg-config is a software development tool that queries information about libraries from a local, file-based database for the purpose of building a codebase that depends on them. It allows for sharing a codebase in a cross-platform way by using ...
— queries libraries to compile software from its source code
References
*
External links
RPM.org project home pageRPM and DPKG command reference
The story of RPM by Matt Frye i
Red Hat Magazine
Video tutorials for Building and Patching the RPMsPackaging software with RPM, Part 1: Building and distributing packages
{{DEFAULTSORT:Rpm Package Manager
Archive formats
Free package management systems
Linux package management-related software
Red Hat software
Software using the GNU General Public License
Free software programmed in C
Free software programmed in Perl