How to Install and Uninstall python38-click.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python38-click.noarch" package
This tutorial shows how to install python38-click.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python38-click.noarch
Copied
2. Uninstall "python38-click.noarch" package
This guide covers the steps necessary to uninstall python38-click.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python38-click.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python38-click.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:20:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python38-click
Version : 8.1.2
Release : 2.el8
Architecture : noarch
Size : 182 k
Source : python38-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.
Available Packages
Name : python38-click
Version : 8.1.2
Release : 2.el8
Architecture : noarch
Size : 182 k
Source : python38-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.