rpm-software-management / microdnf

Lightweight implementation of dnf in C
GNU General Public License v2.0
219 stars 34 forks source link

Print more helpful error message when reinstalling non-installed pkg #144

Closed evan-goode closed 2 months ago

evan-goode commented 2 months ago

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).

Resolves https://issues.redhat.com/browse/RHEL-53430.