How To Install python3-cliff on Fedora 36

In this tutorial we learn how to install python3-cliff in Fedora 36. python3-cliff is Command Line Interface Formulation Framework

Introduction

In this tutorial we learn how to install python3-cliff on Fedora 36.

What is python3-cliff

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

We can use yum or dnf to install python3-cliff on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-cliff.

Install python3-cliff on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-cliff using dnf by running the following command:

sudo dnf -y install python3-cliff

Install python3-cliff on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-cliff using yum by running the following command:

sudo yum -y install python3-cliff

How To Uninstall python3-cliff on Fedora 36

To uninstall only the python3-cliff package we can use the following command:

sudo dnf remove python3-cliff

python3-cliff Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/cliff
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/cliff-3.10.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/cliff/__init__.py
/usr/lib/python3.10/site-packages/cliff/__pycache__
/usr/lib/python3.10/site-packages/cliff/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/_argparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/_argparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/columns.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/columns.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/command.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/commandmanager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/commandmanager.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/complete.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/complete.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/display.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/display.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/help.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/help.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/hooks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/hooks.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/interactive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/interactive.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/lister.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/lister.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/show.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/show.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/sphinxext.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/sphinxext.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/_argparse.py
/usr/lib/python3.10/site-packages/cliff/app.py
/usr/lib/python3.10/site-packages/cliff/columns.py
/usr/lib/python3.10/site-packages/cliff/command.py
/usr/lib/python3.10/site-packages/cliff/commandmanager.py
/usr/lib/python3.10/site-packages/cliff/complete.py
/usr/lib/python3.10/site-packages/cliff/display.py
/usr/lib/python3.10/site-packages/cliff/formatters
/usr/lib/python3.10/site-packages/cliff/formatters/__init__.py
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/commaseparated.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/commaseparated.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/json_format.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/json_format.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/table.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/table.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/value.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/value.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/yaml_format.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/__pycache__/yaml_format.cpython-310.pyc
/usr/lib/python3.10/site-packages/cliff/formatters/base.py
/usr/lib/python3.10/site-packages/cliff/formatters/commaseparated.py
/usr/lib/python3.10/site-packages/cliff/formatters/json_format.py
/usr/lib/python3.10/site-packages/cliff/formatters/shell.py
/usr/lib/python3.10/site-packages/cliff/formatters/table.py
/usr/lib/python3.10/site-packages/cliff/formatters/value.py
/usr/lib/python3.10/site-packages/cliff/formatters/yaml_format.py
/usr/lib/python3.10/site-packages/cliff/help.py
/usr/lib/python3.10/site-packages/cliff/hooks.py
/usr/lib/python3.10/site-packages/cliff/interactive.py
/usr/lib/python3.10/site-packages/cliff/lister.py
/usr/lib/python3.10/site-packages/cliff/show.py
/usr/lib/python3.10/site-packages/cliff/sphinxext.py
/usr/lib/python3.10/site-packages/cliff/utils.py
/usr/share/doc/python3-cliff
/usr/share/doc/python3-cliff/AUTHORS
/usr/share/doc/python3-cliff/CONTRIBUTING.rst
/usr/share/doc/python3-cliff/ChangeLog
/usr/share/doc/python3-cliff/README.rst
/usr/share/doc/python3-cliff/doc
/usr/share/doc/python3-cliff/doc/requirements.txt
/usr/share/doc/python3-cliff/doc/source
/usr/share/doc/python3-cliff/doc/source/conf.py
/usr/share/doc/python3-cliff/doc/source/contributors
/usr/share/doc/python3-cliff/doc/source/contributors/index.rst
/usr/share/doc/python3-cliff/doc/source/index.rst
/usr/share/doc/python3-cliff/doc/source/install
/usr/share/doc/python3-cliff/doc/source/install/index.rst
/usr/share/doc/python3-cliff/doc/source/reference
/usr/share/doc/python3-cliff/doc/source/reference/index.rst
/usr/share/doc/python3-cliff/doc/source/user
/usr/share/doc/python3-cliff/doc/source/user/complete.rst
/usr/share/doc/python3-cliff/doc/source/user/demoapp.rst
/usr/share/doc/python3-cliff/doc/source/user/history.rst
/usr/share/doc/python3-cliff/doc/source/user/index.rst
/usr/share/doc/python3-cliff/doc/source/user/interactive_mode.rst
/usr/share/doc/python3-cliff/doc/source/user/introduction.rst
/usr/share/doc/python3-cliff/doc/source/user/list_commands.rst
/usr/share/doc/python3-cliff/doc/source/user/show_commands.rst
/usr/share/doc/python3-cliff/doc/source/user/sphinxext.rst
/usr/share/licenses/python3-cliff
/usr/share/licenses/python3-cliff/LICENSE

References

Summary

In this tutorial we learn how to install python3-cliff on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).