How to Install and Uninstall python3-click-default-group.noarch Package on CentOS Stream 9

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install python3-click-default-group.noarch on CentOS Stream 9

$ 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 CentOS Stream 9:

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

3. Information about the python3-click-default-group.noarch package on CentOS Stream 9

Last metadata expiration check: 3:16:11 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-click-default-group
Version : 1.2.2
Release : 12.el9
Architecture : noarch
Size : 15 k
Source : python-click-default-group-1.2.2-12.el9.src.rpm
Repository : epel
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.