Sobre os arquivos RPM
RPM Package
Red Hat Package Manager (1997). Padrão RHEL, Fedora, CentOS, openSUSE. Contém binários, scripts, dependências. Equivalente .deb para mundo Red Hat.
Família
Archives & Compressed
Extensão
.rpm
Tipo MIME
application/x-rpm
Pode ser usado como
COMO NASCEU O
FORMATO RPM.
RPM — Red Hat Package Manager — launched in 1997 with Red Hat Linux 2.0, superseding the earlier RPP and PMS systems. Marc Ewing and Erik Troan designed RPM with a philosophy parallel to Debian’s DEB: explicit dependencies, scriptable install/upgrade/remove, cryptographic signing, and a queryable local database of installed packages. The acronym itself was later backronymed to "RPM Package Manager" in the spirit of GNU.
Every Red Hat Enterprise, Fedora, CentOS, Rocky, Alma, openSUSE, SLES, and Oracle Linux system runs on RPM. A single .rpm file is a binary wrapper containing a cpio archive of files plus a metadata header describing dependencies and scripts. Modern RPMs use xz or zstd compression. The dependency-resolution tooling evolved from up2date → yum → dnf, each a layer atop rpm itself. In 2026 RPM-based distributions collectively power most enterprise Linux infrastructure on Earth.
CURIOSIDADES E
FATOS INTERESSANTES.
RPM was originally "Red Hat Package Manager" but later backronymed to "RPM Package Manager" in GNU-style recursive-acronym tradition.
An .rpm file is internally a lead byte header + a signature block + an RPM header + a cpio archive of files.
RPM's local database (/var/lib/rpm) is a Berkeley DB — queryable with `rpm -qa` to list every installed package.
Every Fedora, RHEL, CentOS, Rocky, and Alma Linux install depends on thousands of RPMs for its system files.
RPM's dependency-resolution layer evolved through up2date → yum → dnf — three decades of incremental replacement without changing the underlying format.
VANTAGENS E
LIMITAÇÕES.
Vantagens
- Explicit dependency graphs like DEB.
- Cryptographic signing and verification.
- Mature tooling (rpm, dnf, yum, zypper).
- Every enterprise Linux distro runs on RPM.
- Self-describing metadata headers.
Limitações
- Red Hat family only — incompatible with DEB.
- Cross-distro .rpms often fail due to library version mismatches.
- "RPM dependency hell" of the late 1990s was a real phenomenon before yum.
- Conversion to/from DEB is tricky (alien tool exists but fidelity varies).
Tamanhos típicos de arquivo
Small CLI tool
50 KB - 1 MB
Desktop app (LibreOffice, Firefox)
100-250 MB
Enterprise database server
500 MB - 5 GB
Especificações técnicas
- MIME type
- application/x-rpm
- Extension
- .rpm
- Container
- Lead + signature + header + cpio archive
- Compression
- gzip, bzip2, xz, zstd
- Managers
- rpm, dnf, yum, zypper
CONVERTER A PARTIR DE
RPM
Casos de uso comuns
Red Hat/Fedora/SUSE packages, enterprise Linux administration
Formatos relacionados
Comparativos populares
RPM vs ZIP
Diferenças, tamanho de arquivo e quando escolher cada formato.
RPM vs 7Z
Diferenças, tamanho de arquivo e quando escolher cada formato.
RPM vs TAR
Diferenças, tamanho de arquivo e quando escolher cada formato.
RPM vs GZ
Diferenças, tamanho de arquivo e quando escolher cada formato.
RPM vs BZ2
Diferenças, tamanho de arquivo e quando escolher cada formato.
RPM vs XZ
Diferenças, tamanho de arquivo e quando escolher cada formato.
Conversões populares de RPM
Os destinos mais procurados ao converter arquivos RPM.
Perguntas frequentes sobre RPM
Perguntas frequentes
RPM (RPM Package) is an archive formato used to bundle multiple arquivos e folders em a single comprimido file. The archive preserves the directory structure e tipicamente reduces total size via compressão. RPM sits no archives & comprimido family e has specific strengths around compressão ratio, speed, ou plataforma support.
7-Zip, WinRAR, The Unarchiver (macOS), e the built-in archive utilities no Windows e macOS abrir most RPM files. para command-line extraction, 7z, unar, ou the formato-specific tool handles RPM cleanly. If your extractor does not recognise RPM, converter to ZIP first — ZIP opens on every operating system sem extra software.
Upload the RPM to KaijuConverter e pick ZIP, 7Z, TAR.GZ, ou RAR como o target. Our pipeline extracts the original archive e re-compresses the contents em the target formato. arquivo permissions, timestamps, e directory structure are preserved where both formatoos support them.
Depends no goal. ZIP is the universal baseline — every OS extracts it out of the box. formatoos like 7Z ou TAR.GZ compress better mas require specific ferramentas. RPM may win on compressão ratio, password support, ou OS integration para specific workflows; ZIP wins on raw compatibilidade.