How to Install and Uninstall python3-click.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "python3-click.noarch" package

Please follow the steps below to install python3-click.noarch on Fedora 36

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

2. Uninstall "python3-click.noarch" package

Please follow the guidance below to uninstall python3-click.noarch on Fedora 36:

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

3. Information about the python3-click.noarch package on Fedora 36

Last metadata expiration check: 3:52:50 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-click
Version : 8.0.4
Release : 2.fc36
Architecture : noarch
Size : 177 k
Source : python-click-8.0.4-2.fc36.src.rpm
Repository : fedora
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.