Download List

專案描述

rpm-get is a simple clone of apt-get for RPM. This little application will let you download, install, upgrade, or remove RPM packages/sources as well as upgrade the entire distribution with ease.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-06 23:03
1.5

This release changes max2=$(bzcat rpm-list.db.bz2 | grep rpm | grep -v \/ | grep -c .) to max2=$(bzcat /var/lib/rpm-get/rpm-list.db.bz2 | grep rpm | grep -v \/ | grep -c .) in genrpmlist.
標籤: Minor bugfixes

2001-07-30 05:01
1.4

Compression for rpm-list.db, and a slightly better overview of how many packages there are/will be in the database.
標籤: Minor feature enhancements

2001-07-26 21:20
1.3

A getlists function was added to allow a user to download the database lists
from an FTP server. This option will allow rpm-get to perform much more quickly
for any FTP sites that include these lists. A bug that disabled the upgrade
function was fixed. The ability to only upgrade a single package was added.
標籤: Minor bugfixes

2001-07-24 18:25
0.6

A new download option that will allow even normal users to download but not install an RPM, (downloads the files to ~/tmp for normal users and to the cache directory if the user is root), a fix for unsecure usage of the find command, checking that the cache dir is not a bin dir before starting to remove files, and the ability to choose an FTP mirror site at install time.
標籤: Major feature enhancements

2001-07-24 18:24
0.5

Config file version checking and a minor /tmp usage security bug have been fixed. The user can now choose the cache directory. Some unused code in the install file has been cleaned up.
標籤: Minor security fixes

Project Resources