Skip to content

Download packages from Yum repos regardless of platform or browseability of the web server.

License

Notifications You must be signed in to change notification settings

kbolino/yum-get

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yum-get

A tool for obtaining packages as RPM files from Yum repositories, usable from non-Red Hat and even non-Linux systems.

Current features

  • List the packages contained in a repository
  • Download a package by (name, ver, rel) tuple

Possible future goals

The following are roughly ordered by usefulness/ease of implementation.

  • Handle multiple arch values
  • Implement rpmvercmp to remove the need to specify ver and rel
  • Implement requires/provides logic to download dependencies
  • Allow multiple repositories to be used
  • Read the standard yum repo file format (/etc/yum.repos.d) to obtain repository URLs
  • Verify downloads using:
    • checksums
    • GPG signatures
  • Allow searching within the filelists metadata, to locate packages by contained file(s)

Definite non-goals

  • Installing packages
  • Replacing yum or dnf
  • Handling RPM internals not exposed in the yum repo metadata
  • Email

About

Download packages from Yum repos regardless of platform or browseability of the web server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages