-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnf5 bash completion does not include nevra information like dnf4 #1956
Comments
Current status of bash completion in dnf5 If we are working with installed packages - we want to remove (remove), reinstall (reinstall), swap (swap) there are two cases:
Examples (some packages are installed in multiple versions):
When working with available packages, only the package name is always displayed. Solver automatically installs the highest possible version (or with --best we request the highest available version). Usually the user does not want to specify the version. There are cases when the user wants to specify a specific version to install from several available packages (installing a new one, upgrade, downgrade, ...). In this case bash completion does not really help. Proposed solutions:
|
With dnf4:
With dnf5:
sudo dnf install kernel-devel-matched
sudo dnf install kernel-core
With dnf5 if you add the version information it is removed when you try to tab to complete.
The text was updated successfully, but these errors were encountered: