RPM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
(Software: XAD)
 
(3 intermediate revisions by 3 users not shown)
Line 25: Line 25:
 
* [[Konvertor]]
 
* [[Konvertor]]
 
* [http://rpm.org/wiki/RelatedSoftware Software related to RPM]
 
* [http://rpm.org/wiki/RelatedSoftware Software related to RPM]
 +
* {{Deark}}
 +
* {{XAD}}
 +
 +
== Sample files ==
 +
* {{DexvertSamples|archive/rpm}}
  
 
== Links ==
 
== Links ==

Latest revision as of 10:55, 12 April 2024

File Format
Name RPM
Ontology
Extension(s) .rpm, .spec
PRONOM fmt/793, fmt/794, fmt/795

RPM (originally Red Hat Package Manager) is a format for software distribution used primarily with Linux. The .rpm file is the distribution archive, while .spec files are used in the development process to create RPM files.

The "payload" of the format is (usually) a cpio archive, compressed originally with gzip (but sometimes with other archiving formats in later versions). Headers and a signature are added.

Spec files contain the information needed to build the archive, and are used by the rpmbuild tool. In the SRPM variety of RPM file, the spec file is included and has details on how to build the package so that it can be self-installing.

Contents

[edit] Identification

Files begin with signature bytes ED AB EE DB.

[edit] Specifications

[edit] Software

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox