Informatika Komputer    
   
Daftar Isi
(Sebelumnya) Yellow pagesyellowTAB (Berikutnya)

Yellowdog Updater, Modified

Yellowdog updater,Modified
Yum.png
Yumex.png
A screenshot from Yum Extender in Fedora 16
Developer(s)Seth Vidal
Stable release3.4.3 / June 28, 2011; 20 months ago (2011-06-28)
Written inPython
Operating systemLinux
Typepackage management
LicenseGNU GPL ≥2
Websitehttp://yum.baseurl.org/

The Yellowdog Updater, Modified (YUM) is an open-source command-line package-management utility for RPM-compatible Linux operating systems and has been released under the GNU General Public License. It was developed by Seth Vidal and a group of volunteer programmers. Though yum has a command-line interface, several other tools provide graphical user interfaces to yum functionality.

As a full rewrite of its predecessor tool, Yellowdog Updater (YUP), yum evolved primarily in order to update and manage Red Hat Linux systems used at the Duke University department of Physics. Since then, it has been adopted by Red Hat Enterprise Linux, Fedora, CentOS, and many other RPM-based Linux distributions, including Yellow Dog Linux itself, where it has replaced the original YUP utility.

System administrators can automate software updates using yum-updated, the yum-updateonboot package, the yum-cron package, or PackageKit.

Yum's XML repository, built with input from many other developers, quickly became the standard for RPM-based repositories.[citation needed] Besides the distributions that use Yum directly, SUSE Linux 10.1 added support for Yum repositories in YaST, and the Open Build Service repositories use the YUM XML repository format.

However Yum has moved[when?] to a dual approach in its repositories, where .sqlite meta-data database files are directly downloaded. This is a significant optimization.[citation needed]

Contents

Automatic metadata syncing

Yum automatically synchronizes the remote meta data to the local client, with other tools opting to synchronize only when requested by the user. Having automatic synchronization means that yum cannot fail due to the user failing to run a command at the correct interval.

Yum repositories

A separate tool, createrepo, sets up yum repositories, generating the necessary XML metadata (and the sqlite metadata if given the -d option).

The mrepo tool (formerly known as Yam) can help in the creation and maintenance of repositories.

Plug-in/module system

The 2.x versions of yum feature an additional interface for programming extensions in Python that allows the behavior of yum to be altered.

A commonly installed package yum-utils, contains commands which use the yum API, and many plugins.

Graphical front-ends

External links

(Sebelumnya) Yellow pagesyellowTAB (Berikutnya)