How to Install and Uninstall python3-click-completion.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "python3-click-completion.noarch" package

This is a short guide on how to install python3-click-completion.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-click-completion.noarch

2. Uninstall "python3-click-completion.noarch" package

Please follow the instructions below to uninstall python3-click-completion.noarch on Fedora 38:

$ sudo dnf remove python3-click-completion.noarch $ sudo dnf autoremove

3. Information about the python3-click-completion.noarch package on Fedora 38

Last metadata expiration check: 3:57:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-click-completion
Version : 0.5.2
Release : 10.fc38
Architecture : noarch
Size : 37 k
Source : python-click-completion-0.5.2-10.fc38.src.rpm
Repository : fedora
Summary : Add automatic completion support for fish, Zsh, Bash and PowerShell to Click
URL : https://github.com/click-contrib/click-completion
License : MIT
Description : Enhanced completion for Click
:
: Add automatic completion support for fish, Zsh, Bash and PowerShell to Click.
:
: All the supported shells are able to complete all the command line arguments
: and options defined with click. In addition, fish and Zsh are also displaying
: the options and commands help during the completion.