RPM Package Manager icon
RPM Package Manager icon

RPM Package Manager

 5 likes

Robust package system that manages installation, updates, verification, and removal of software packages on Linux. Includes a library API for development in languages like C and Python. Widely used across Red Hat, CentOS, Fedora, and more; released under GPL-2.0-or-later.

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Linux
  No rating
5likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Package Manager
  2.  Software Management
  3.  Software Uninstallers
  4.  Software Installer

 Tags

  • package-installer

RPM Package Manager News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

RPM Package Manager information

  • Developed by

    US flagRedHat Inc.
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    26 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

OS & UtilitiesDevelopment

GitHub repository

  •  541 Stars
  •  395 Forks
  •  323 Open Issues
  •   Updated Jun 18, 2025 
View on GitHub

Our users have written 0 comments and reviews about RPM Package Manager, and it has gotten 5 likes

RPM Package Manager was added to AlternativeTo by camis on Jun 22, 2012 and this page was last updated Oct 8, 2024. RPM Package Manager is sometimes referred to as RPM.
No comments or reviews, maybe you want to be first?
Post comment/review

What is RPM Package Manager?

The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. Each software package consists of an archive of files along with information about the package like its version, a description, and the like. There is also a library API, permitting advanced developers to manage such transactions from programming languages such as C or Python.

RPM is free software, released under the GPL-2.0-or-later. All of the source code in the lib and rpmio subdirectories are licensed under GPL-2.0-or-later OR LGPL-2.1-or-later.

RPM is a core component of many Linux distributions, such as Red Hat Enterprise Linux, the Fedora Project, SUSE Linux Enterprise, openSUSE, CentOS, Tizen, Mageia, CBL-Mariner and many others.

It is also used on many other operating systems as well, and the RPM format is part of the Linux Standard Base

RPM is quite a mature project in the OSS landscape, with first VCS commit of the current tree dating back to 1995. As such it can be an interesting dig site for those with a weak spot for software archeology. Various major events from the over two decades of project history can be found in the timeline.

Official Links