RPM: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Gamba (talk | contribs)
 
Gamba (talk | contribs)
No edit summary
Line 1: Line 1:
[[RPM & YUM (Italian)|(Italian)]]
[[image:rpmyum.png]]
RPM Package Manager is a powerful 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==
[http://en.wikipedia.org/wiki/GNU_General_Public_License GPL]
==Download==
* [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==
* [http://svn.netlabs.org/rpm/wiki/RpmHowToDevelopers Developers documentation]
* [http://svn.netlabs.org/rpm/wiki/RpmHowToEndUsers End user documentation]
* [http://svn.netlabs.org/rpm/wiki/RpmHowToPackagers Packages documentation]
[[Category:Open source software]]
[[Category:Open source software]]
[[Category:System]]
[[Category:System]]

Revision as of 18:45, 1 December 2013

(Italian)

RPM Package Manager is a powerful 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

GPL

Download

Installation

WarpIN self-installer package. After reboot, install the stable repository typing

yum install netlabs-rel

at command prompt.

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

Documentation