How to Install and Uninstall python3-click.noarch Package on AlmaLinux 9
Last updated: November 25,2024
1. Install "python3-click.noarch" package
This tutorial shows how to install python3-click.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-click.noarch
Copied
2. Uninstall "python3-click.noarch" package
Here is a brief guide to show you how to uninstall python3-click.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-click.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-click.noarch package on AlmaLinux 9
Last metadata expiration check: 1:27:35 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-click
Version : 8.0.3
Release : 1.el9
Architecture : noarch
Size : 174 k
Source : python-click-8.0.3-1.el9.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 : python3-click
Version : 8.0.3
Release : 1.el9
Architecture : noarch
Size : 174 k
Source : python-click-8.0.3-1.el9.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.