RPM: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Gamba (talk | contribs)
mNo edit summary
Gamba (talk | contribs)
No edit summary
Line 21: Line 21:
* [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)
* if you need to find in which package a specific file is contained, run:
<code>yum whatprovides 'filename'</code>


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

Revision as of 16:59, 8 February 2014

(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

Some notes

  • you can manually install an .rpm package with the command:

rpm -i package_name.rpm (all dependencies must be installed)

  • if you need to find in which package a specific file is contained, run:

yum whatprovides 'filename'