From Fedora Project Wiki

(Created page with 'The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software...')
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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, dependencies and other metadata.  
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, dependencies and other metadata.  


RPM is a low level utility and end users generally use [[yum]] or a graphical utility that interfaces with yum instead of using RPM directly.   
RPM is a low level utility and end users generally use [[dnf]] or [[yum]] or a graphical utility that interfaces with dnf|yum instead of using RPM directly.  Refer to [[Package_management_system]] for more details.


[[Category:Packages]]
[[Category:Packages]]

Latest revision as of 12:07, 1 October 2015

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, dependencies and other metadata.

RPM is a low level utility and end users generally use dnf or yum or a graphical utility that interfaces with dnf|yum instead of using RPM directly. Refer to Package_management_system for more details.

External links