1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: yum
Section: admin
Priority: extra
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>= 4.0.0), python-dev, python-support (>= 0.4)
Standards-Version: 3.7.2
Package: yum
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1), python-rpm
Recommends: python-sqlite
Description: Advanced front-end for rpm
Yum (Yellow dog Updater, Modified) 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.
.
Features include:
.
* Multiple Repositories
* Simple config file
* Correct dependency calculation
* Fast operation
* rpm-consistent behavior
* comps.xml group support, including multiple repository groups
* Simple interface
.
Homepage: http://linux.duke.edu/projects/yum/
|