RPM: Difference between revisions
Jump to navigation
Jump to search
Created page with "Category:Open source software Category:System" |
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
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
Download
- RPM-YUM bootstrap (ver. 1.3, 25 Mb)
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/