Difference between revisions of "RPM"

From Teknologisk videncenter
Jump to: navigation, search
m (New page: = Redhat Package Manager = rpm is a powerful Package Manager, which can be used to build, install,query, verify, update, and erase individual software packages. A pack- age consis...)
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[dnf Red Hat|dnf]] handles dependency solving, finding files on the network, repository management, and so on. RPM handles the lower-level part of actually putting the files on your system. In most cases as an end user, DNF is all you need to interact with.
 +
 
= Redhat Package Manager =
 
= Redhat Package Manager =
rpm is a powerful Package Manager, which can be used to build, install,query, verify, update, and erase individual software packages.  A pack-
+
rpm is a powerful Package Manager, which can be used to build, install,query, verify, update, and erase individual software packages.  A pack-age  consists  of an archive of files and meta-data used to install and erase the archive files. The meta-data includes  helper  scripts,  file attributes,  and  descriptive  information about the package.  Packages come in two varieties: binary packages, used to encapsulate software to be  installed,  and  source  packages,  containing  the source code and recipe necessary to produce binary packages.
      age  consists  of an archive of files and meta-data used to install and
+
[[Category:Linux Command]]
      erase the archive files. The meta-data includes  helper  scripts,  file
 
      attributes,  and  descriptive  information about the package.  Packages
 
      come in two varieties: binary packages, used to encapsulate software to
 
      be  installed,  and  source  packages,  containing  the source code and
 
      recipe necessary to produce binary packages.
 
  
 
= Links =
 
= Links =
 
*[http://rpm.pbone.net/ RPM Search database]
 
*[http://rpm.pbone.net/ RPM Search database]
 
[[Category:Linux]][[Category:CentOS]][[Category:RedHat]]
 
[[Category:Linux]][[Category:CentOS]][[Category:RedHat]]

Latest revision as of 09:48, 20 February 2024

dnf handles dependency solving, finding files on the network, repository management, and so on. RPM handles the lower-level part of actually putting the files on your system. In most cases as an end user, DNF is all you need to interact with.

Redhat Package Manager

rpm is a powerful Package Manager, which can be used to build, install,query, verify, update, and erase individual software packages. A pack-age consists of an archive of files and meta-data used to install and erase the archive files. The meta-data includes helper scripts, file attributes, and descriptive information about the package. Packages come in two varieties: binary packages, used to encapsulate software to be installed, and source packages, containing the source code and recipe necessary to produce binary packages.

Links