.rpm
High riskRPM Package
Red Hat-family Linux package format (RHEL, CentOS, Fedora, openSUSE). Managed with dnf / yum / zypper.
MIME types
- application/x-rpm
Category
executable
What opens this file
- rpm
- dnf
- yum
- zypper
How to open by OS
Windows
- WSL Fedora.
Mac
- Not supported.
Linux
- RHEL, Fedora, openSUSE, Amazon Linux.
Ios
- Not supported.
Android
- Not supported.
Safety notes
- Never install RPMs without a valid GPG signature. Avoid
--nogpgcheckoutside of throwaway environments. %postscripts execute arbitrary commands — untrusted RPMs are as dangerous as running raw executables.
Common mistakes
- Mis-stated
Provides/Requirescause dependency loops in resolution. - Omitting the epoch field breaks version comparisons (
1:0.1vs0.2surprises you).