From Fedora Project Wiki
No edit summary
(Redirected page to Yum)
 
Line 1: Line 1:
{{autolang|base=yes}}
#REDIRECT [[yum]]
 
{{Infobox package
| name = Yum
| package_name = yum
| package_maintainer = [[User:Skvidal|Seth Vidal]]
| 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 = [irc://irc.freenode.net/#yum #yum] on [http://www.freenode.net irc.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.
 
== Is there a GUI for yum like synaptic? ==
[[Fedora]] uses PackageKit gui frontends as graphical package managers and update tools. You can also use  Yum Extender  [[Tools/yumex|(yumex)]]. It can be installed if required with the following command:
 
<pre>
yum install yumex
</pre>
 
== How is the speed of yum compared to APT-RPM? ==
<!-- This section should eventually be removed, since it's not all that useful anymore. I don't want to scrap it entirely since there's useful info to be merged into other sections [[User:Dafrito]] 03:52, 28 June 2010 (UTC)-->
yum automatically checks the repository every time you perform a command, except when run in shell mode, while APT only checks it when you run '<code>apt-get update</code>' manually. This causes it to appear slower than it is. If you want yum to run from cache instead of checking the repositories, run '<code>yum -C <command></code>'. See the man page for details.
 
yum now uses sqlite for its back-end database by default.  This results in an edge in speed over older versions of yum.  Beginning with Fedora Core 4, yum contains significant improvements that make it faster and more capable than older versions.
 
== What about other advanced features like those in APT that aren't available in yum? ==
The yum-utils package has various additional utilities that might provide you with the additional features you want. Seth Vidal has [http://skvidal.wordpress.com/2005/06/04/yum-utils/ a blog post] explaining the various tools available in it.
 
<pre>
yum install yum-utils
</pre>
 
You will need to have root privileges to use these commands.
 
Additional tools are in the works.
 
{{Admon/tip | NOTE | Information about APT is available from the [[Tools/Apt|  Apt]]  page.}}
 
== Tips and Tricks ==
Yum halts if there is any dependency problem within the repository to be safe and doesnt perform partial updates. Use the Yum skip-broken plugin if you would like that. Refer to [[Docs/Drafts/SoftwareManagementGuide/CustomizingYum]]  for more details.
 
Kindly ensure that you report any dependency issues to the appropriate repository bug tracker or post to the relevant project list if it requires more discussions.
 
[[Category:Packages]]
[[Category:Software Management]]
 
== External links ==
* http://yum.baseurl.org/wiki/YumBenchmarks
* http://yum.baseurl.org/wiki/Guides

Latest revision as of 12:22, 14 February 2011

Redirect to: