How to Install and Uninstall python39-click.noarch Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "python39-click.noarch" package

Please follow the steps below to install python39-click.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python39-click.noarch

2. Uninstall "python39-click.noarch" package

Please follow the guidance below to uninstall python39-click.noarch on CentOS Stream 8:

$ sudo dnf remove python39-click.noarch $ sudo dnf autoremove

3. Information about the python39-click.noarch package on CentOS Stream 8

Last metadata expiration check: 2:35:20 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python39-click
Version : 8.1.2
Release : 2.el8
Architecture : noarch
Size : 182 k
Source : python39-click-epel-8.1.2-2.el8.src.rpm
Repository : epel
Summary : Simple wrapper around optparse for powerful command line utilities
URL : https://github.com/mitsuhiko/click
License : BSD
Description : click is a Python package for creating beautiful command line
: interfaces in a composable way with as little amount of code as necessary.
: It's the "Command Line Interface Creation Kit". It's highly configurable but
: comes with good defaults out of the box.