Yellowdog Update Manager

From OS2World.Com Wiki
Revision as of 05:18, 21 November 2017 by Ak120 (talk | contribs) (Created page with "YUM instead is an automatic updater using the RPM package manager. ==Some notes== * you can manually install an .rpm package with the command: <code>rpm -i package_name.r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

YUM instead is an automatic updater using the RPM package manager.

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