Print more helpful error message when reinstalling non-installed pkg
Print “Package for argument foo available, but not installed” when
attempting to reinstall a package that is not yet installed. Previously,
the error was not as descriptive (“No match for argument: foo”).
For https://issues.redhat.com/browse/RHEL-53430
microdnf
A minimal
dnf
for (mostly) Docker containers that uses libdnf and hence doesn’t require Python.This project was inspired by and derived from https://github.com/cgwalters/micro-yuminst
Reporting issues
Contribution
Here’s the most direct way to get your work merged into the project.
Fork the project
Clone down your fork
Implement your feature or bug fix and commit changes
If the change fixes a bug at Red Hat bugzilla, or if it is important to the end user, add the following block to the commit message:
For example::
For your convenience, you can also use git commit template by running the following command in the top-level directory of this project:
Push the branch to your fork
Send a pull request for your branch