https://github.com/james-antill/pryum
Pre-resolved yum/dnf script, mainly for containers.
https://github.com/james-antill/pryum
Last synced: 4 months ago
JSON representation
Pre-resolved yum/dnf script, mainly for containers.
- Host: GitHub
- URL: https://github.com/james-antill/pryum
- Owner: james-antill
- License: mit
- Created: 2019-12-28T23:13:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T17:14:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-07T13:47:00.109Z (5 months ago)
- Language: Shell
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pre-resolved yum/dnf
====================Mainly for use in containers where we don't have, and don't want, the repo.
metadata. This allows installing packages pre-resovled to release versions,
which is possible because we have a known starting state (the Fedora container)
and we resolve to the release versions (no updates). The configs. currently
have over 200 packages for each OS release.To Download/Install:
curl -O https://raw.githubusercontent.com/james-antill/pryum/master/pryum
chmod +x pryumTo run:
./pryum --help
./pryum ls zsh strace iotop exa
./pryum search z
./pryum --os-version=30 in zsh straceYou can copy any of files from conf/* to / or /etc/ however the script comes
with builtin support for the latest supported Fedora release (F32), and will
automatically download the data for F28+.Feel free to open PRs to add packages to the latest conf/pryum*.conf file.
To re-generate the metadata run (maybe altering the conf values there):
./tools/full-rebuild.sh