How to Install and Uninstall python3-click-default-group.noarch Package on Fedora 36

Last updated: April 29,2024

1. Install "python3-click-default-group.noarch" package

Please follow the step by step instructions below to install python3-click-default-group.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-click-default-group.noarch

2. Uninstall "python3-click-default-group.noarch" package

This guide covers the steps necessary to uninstall python3-click-default-group.noarch on Fedora 36:

$ sudo dnf remove python3-click-default-group.noarch $ sudo dnf autoremove

3. Information about the python3-click-default-group.noarch package on Fedora 36

Last metadata expiration check: 2:11:36 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-click-default-group
Version : 1.2.2
Release : 11.fc36
Architecture : noarch
Size : 15 k
Source : python-click-default-group-1.2.2-11.fc36.src.rpm
Repository : updates
Summary : Extends click.Group to invoke a command without explicit subcommand name
URL : https://github.com/sublee/click-default-group/
License : BSD
Description : Provides DefaultGroup, a subclass of click.Group that invokes a default
: subcommand instead of showing a help message when a subcommand is not passed.