An Acronym for YellowDog Updater, Modified.
Yum is an "automatic updater and package installer/remover for RPM systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm."
It was written for YellowDog Linux for the PowerPC, but it has taken on a following since being adapted for RedHat and adopted as the official package distribution system for FedoraCore (replacing the RedHat Network.)
Compare with AptForRpm.
All the main FedoraRepositories support Yum; RedHat staff and other distributors who want to easily make packages available tend to use it instead of APT.
Some users find that it does not work as well as advertised; see f.ex. Fedora and the repository politics. Of course, YMMV.
There is now a nice front end for Yum if you use FedoraCore 4 or higher called yumex. To install just type
yum install yumex
Also a note if upgrading from FedoraCore 3 to 4 and your yum breaks go back to a default yum.conf file as most repositories do not yet work for FedoraCore 4.
Taken from the Fedora Wiki.
yum list
yum check-update # or yum list updates
yum update
yum install package(s)
yum search word
yum info package
All of the above commands can take shell-style wildcards (*,?) instead of a package name. Check the yum man page for more details.
8 pages link to Yum: