RPM: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
[[image:rpmyum.png|right]] | |||
[[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. | 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. | YUM instead is an automatic updater and package installer/remover for rpm systems. | ||
Line 33: | Line 30: | ||
<code>yum install netlabs-exp</code> | <code>yum install netlabs-exp</code> | ||
[[Category:Open Source Software]][[Category:System]] | |||
[[Category:Open Source Software]] | |||
[[Category:System]] |
Revision as of 15:10, 7 May 2017

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/
Documentation
Some notes
- you can manually install an .rpm package with the command:
rpm -i package_name.rpm
(all dependencies must be installed)
- to find in which package a specific file is contained:
yum whatprovides 'filename'
- to list all the installed packages:
yum list installed > yum-list.txt
- to access the experimental repository:
yum install netlabs-exp