How to Install and Uninstall python3-cliff.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-cliff.noarch" package

This tutorial shows how to install python3-cliff.noarch on Fedora 34

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

2. Uninstall "python3-cliff.noarch" package

Please follow the step by step instructions below to uninstall python3-cliff.noarch on Fedora 34:

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

3. Information about the python3-cliff.noarch package on Fedora 34

Last metadata expiration check: 5:46:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cliff
Version : 3.7.0
Release : 1.fc34
Architecture : noarch
Size : 94 k
Source : python-cliff-3.7.0-1.fc34.src.rpm
Repository : fedora
Summary : Command Line Interface Formulation Framework
URL : https://pypi.io/pypi/cliff
License : ASL 2.0
Description :
: cliff is a framework for building command line programs. It uses setuptools
: entry points to provide subcommands, output formatters, and other
: extensions.
:
: Documentation for cliff is hosted on readthedocs.org at
: http://readthedocs.org/docs/cliff/en/latest/