Name: | microdnf |
---|---|
Version: | 3.4.0 |
Release: | 4.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 174780 |
License: | GPLv3+ |
RPM: | microdnf-3.4.0-4.el8.aarch64.rpm |
Source RPM: | microdnf-3.4.0-4.el8.src.rpm |
Build Date: | Fri Apr 09 2021 |
Build Host: | ca-buildarm06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/rpm-software-management/microdnf |
Summary: | Minimal C implementation of DNF |
Description: | Micro DNF is a very minimal C implementation of DNF's install, upgrade, remove, repolist, and clean commands, designed to be used for doing simple packaging actions in containers when you don't need full-blown DNF and you want the tiniest useful containers possible. That is, you don't want any interpreter stack and you want the most minimal environment possible so you can build up to exactly what you need. This is not a substitute for DNF for real systems, and many of DNF's capabilities are intentionally not implemented in Micro DNF. |
- Print info about obsoleted packages before transaction (RhBug:1855542)
- Patch: Add support for setting a platform module ID - Rename "update" command to "upgrade", "update" remain as compatibility alias
- Patch: Add module enable/disable/reset command
- Update to 3.4.0 - Fix: do not download metadata in remove command - Add reinstall command - Add "--setopt=tsflags=test" support - Add "--setopt=reposdir=<path>" and "--setopt=varsdir=<path1>,<path2>,..." support - Add "--config=<path_to_config_file>" support - Add "--disableplugin", "--enableplugin" support (RhBug:1781126) - Add "--noplugins" support - Add "--setopt=cachedir=<path_to_cache_directory>" support - Add "--installroot=<path_to_installroot_directory>" support - Add "--refresh" support - Support "install_weak_deps" conf option and "--setopt=install_weak_deps=0/1" - Respect reposdir from conf file - Respect "metadata_expire" conf file opton (RhBug:1771147) - [repolist] Print padding spaces only if output is terminal
- Fix: Don't print lines with (null) in transaction report (RhBug:1691353)
- Add dependency on libdnf
- Allow downgrade for all transactions microdnf does (RhBug:1725863)
- Add repolist command (RhBug:1584952) - Add repoquery command (RhBug:1769245)
- Add support of best behavior (RhBug:1679476) - Add support for --releasever (RhBug:1591627)
- Fix microdnf --help coredump (RhBug:1744979)