• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
Download
 
yum
yum
is a software package manager. It is a tool for installing, updating, and removing packages and their dependencies on RPM-based systems. It automatically computes dependencies and figures out what thingsshould occur to install packages. It makes it easier to maintain groups of machines without having tomanually 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 interfaceyum uses an online repository by default, but you can also configure it to use a local repository of packages.For more information on yum, see http://fedora.redhat.com/docs/yum.You can also use
man
on a runningFedora Core system for basic information:
man yum
The home of the yum project ishttp://linux.duke.edu/projects/yum/.
Is there a GUI for yum like synaptic?
Fedora Core 5 provides Pirut as a graphical package manager by default along with Pup which providesupdates. The
yumex
and
kyum
packages are in Fedora Extras. They can be installed if required with thefollowing commands:yumex:
yum install yumex
kyum:
yum install kyum
 
How is the speed of yum compared to APT-RPM?
yum automatically checks the repository every time you perform a command, except when run in shellmode, while APT only checks it when you run '
apt-get update
' manually. This causes it to appear slower than it is. If you want yum to run from cache instead of checking the repositories, run'
yum -C <command>
'. 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 inyum?
The yum-utils package (available in the Fedora Extras repository) has various additional utilities that mightprovide you with the additional features you want. Seth Vidal hasa blog explaining the various tools available in it.The following command installs the package from the Fedora Extras repository. If you are using FedoraCore 4 or newer, this repository is configured and available by default. FC3 users should refer to theUsingExtras page.
yum install yum-utils
You will need to have root privileges to use these commands.Additional tools are in the works.
 
NOTE
: Information about APT is available from the Aptpage.
Tips and Tricks
Yum halts if there is any dependency problem within the repository to be safe and doesnt perform partialupdates.Use the Yum skip-broken plugin if you would like that. Refer to the draft guidefor more details. Kindly ensure that you report any dependency issues to the appropriate repository bug tracker or post to therelevant project list if it requires more discussions.
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...