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

Last updated: July 02,2024

1. Install "python3-click.noarch" package

This tutorial shows how to install python3-click.noarch on CentOS Stream 8

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

2. Uninstall "python3-click.noarch" package

This guide covers the steps necessary to uninstall python3-click.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 4:26:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-click
Version : 6.7
Release : 8.el8
Architecture : noarch
Size : 131 k
Source : python-click-6.7-8.el8.src.rpm
Repository : appstream
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.
:
: Python 3 version.

Name : python3-click
Version : 6.7
Release : 8.el8
Architecture : noarch
Size : 131 k
Source : python-click-6.7-8.el8.src.rpm
Repository : baseos
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.
:
: Python 3 version.