RPM: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:rpmyum.png|right]]
[[image:rpmyum.png|thumb]]
RPM Package Manager is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.
RPM Package Manager is a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.
YUM instead is an automatic updater and package installer/remover for rpm systems.  


==License==
==License==
[http://en.wikipedia.org/wiki/GNU_General_Public_License GPL]
* GPL


==Download==
Repository is also browsable at http://rpm.netlabs.org/release/00/i386/
* [http://rpm.netlabs.org/bootstrap/rpm-yum-bootstrap-1_3.wpi, RPM-YUM bootstrap] (ver. 1.3, 25 Mb)
 
==Installation==
[[WarpIN]] self-installer package. After reboot, install the stable repository typing
<pre>yum install netlabs-rel</pre>
at command prompt. Repository is also browsable at http://rpm.netlabs.org/release/00/i386/


==Documentation==
==Documentation==
Line 18: Line 11:
* [http://svn.netlabs.org/rpm/wiki/RpmHowToEndUsers End user documentation]
* [http://svn.netlabs.org/rpm/wiki/RpmHowToEndUsers End user documentation]
* [http://svn.netlabs.org/rpm/wiki/RpmHowToPackagers Packages documentation]
* [http://svn.netlabs.org/rpm/wiki/RpmHowToPackagers Packages documentation]
==Some notes==
* you can manually install an .rpm package with the command:
<code>rpm -i package_name.rpm </code>
(all dependencies must be installed)
* to find in which package a specific file is contained:
<code>yum whatprovides 'filename'</code>
* to list all the installed packages:
<code>yum list installed > yum-list.txt</code>
* to access the experimental repository:
<code>yum install netlabs-exp</code>


[[Category:Open Source Software]][[Category:System]]
[[Category:Open Source Software]][[Category:System]]

Revision as of 05:20, 21 November 2017

RPM Package Manager is a command line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages.

License

  • GPL

Repository is also browsable at http://rpm.netlabs.org/release/00/i386/

Documentation