From Fedora Project Wiki

(Undo revision 101836 by Sundaram (Talk) - this is a useful redirect)
(dead links removed and new URLs added)
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[Tools/yum]]
{{autolang|base=yes}}
 
{{admon/important|Important:|As of Fedora 22, yum has been replaced with [[DNF]]. [https://fedoraproject.org/wiki/Releases/22/ChangeSet#Replace_Yum_With_DNF]}}
 
{{Infobox package
| name = Yum
| package_name = yum
| package_maintainer = [[User:Skvidal|Seth Vidal]] and several others
| package_added = Fedora Core 1
 
| website = http://yum.baseurl.org/
| bug_tracker = http://yum.baseurl.org/report
| mailing_list = http://lists.baseurl.org/mailman/listinfo/yum
| irc = {{fpchat|#yum}} on freenode.net
}}
 
'''<code>yum</code>''' is a software package manager that installs, updates, and removes [[package]]s on [[RPM]]-based systems. It automatically computes dependencies and figures out what things should occur to install packages. yum makes it easier to maintain groups of machines without having to manually update each one using [[rpm]].
 
Features include:
 
* Support for multiple repositories
* Simple configuration
* Dependency calculation
* Fast operation
* RPM-consistent behavior
* Package group support, including multiple-repository groups
* Simple interface
 
yum uses an online repository by default, but you can also configure it to use a local repository of packages.
[[Category:Packages]]
[[Category:Software Management]]
 
== External links ==
* http://yum.baseurl.org/wiki/YumCommands.html
* http://yum.baseurl.org/wiki/Guides.html
* https://fedoraproject.org/wiki/Releases/22/ChangeSet#Replace_Yum_With_DNF

Revision as of 09:47, 12 February 2019

Important.png
Important:
As of Fedora 22, yum has been replaced with DNF. [1]
Yum
Echo-package-48px.png

RPM package yum
Maintainer Seth Vidal and several others
Added in Fedora Core 1

Website http://yum.baseurl.org/
Upstream bugs http://yum.baseurl.org/report
Mailing list http://lists.baseurl.org/mailman/listinfo/yum
IRC #yum[?] on freenode.net

BugsBodhiKoji


yum is a software package manager that installs, updates, and removes packages on RPM-based systems. It automatically computes dependencies and figures out what things should occur to install packages. yum makes it easier to maintain groups of machines without having to manually update each one using rpm.

Features include:

  • Support for multiple repositories
  • Simple configuration
  • Dependency calculation
  • Fast operation
  • RPM-consistent behavior
  • Package group support, including multiple-repository groups
  • Simple interface

yum uses an online repository by default, but you can also configure it to use a local repository of packages.

External links