How to Install and Uninstall python3-click-completion.noarch Package on AlmaLinux 8

Last updated: May 03,2024

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

This guide let you learn how to install python3-click-completion.noarch on AlmaLinux 8

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

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

Please follow the guidelines below to uninstall python3-click-completion.noarch on AlmaLinux 8:

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

3. Information about the python3-click-completion.noarch package on AlmaLinux 8

Last metadata expiration check: 1:19:23 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-click-completion
Version : 0.5.2
Release : 3.el8
Architecture : noarch
Size : 29 k
Source : python-click-completion-0.5.2-3.el8.src.rpm
Repository : epel
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.