How To Install python3-humanfriendly on Fedora 36

In this tutorial we learn how to install python3-humanfriendly in Fedora 36. python3-humanfriendly is Documentation for the ‘humanfriendly’ Python module

Introduction

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

What is python3-humanfriendly

The functions and classes in the humanfriendly package can be used to make text interfaces more user friendly. Some example features - Parsing and formatting numbers, file sizes, pathnames and timespans in simple, human friendly formats. - Easy to use timers for long running operations, with human friendly formatting of the resulting timespans. - Prompting the user to select a choice from a list of options by typing the option’s number or a unique substring of the option. - Terminal interaction including text styling (ANSI escape sequences), user friendly rendering of usage messages and querying the terminal for its size.

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

Install python3-humanfriendly 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-humanfriendly using dnf by running the following command:

sudo dnf -y install python3-humanfriendly

Install python3-humanfriendly 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-humanfriendly using yum by running the following command:

sudo yum -y install python3-humanfriendly

How To Uninstall python3-humanfriendly on Fedora 36

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

sudo dnf remove python3-humanfriendly

python3-humanfriendly Package Contents on Fedora 36

/usr/bin/humanfriendly
/usr/lib/python3.10/site-packages/humanfriendly
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/humanfriendly-10.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/humanfriendly/__init__.py
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/case.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/case.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/deprecation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/deprecation.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/prompts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/prompts.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/sphinx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/sphinx.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/tables.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/tables.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/text.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/text.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/usage.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/__pycache__/usage.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/case.py
/usr/lib/python3.10/site-packages/humanfriendly/cli.py
/usr/lib/python3.10/site-packages/humanfriendly/compat.py
/usr/lib/python3.10/site-packages/humanfriendly/decorators.py
/usr/lib/python3.10/site-packages/humanfriendly/deprecation.py
/usr/lib/python3.10/site-packages/humanfriendly/prompts.py
/usr/lib/python3.10/site-packages/humanfriendly/sphinx.py
/usr/lib/python3.10/site-packages/humanfriendly/tables.py
/usr/lib/python3.10/site-packages/humanfriendly/terminal
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__init__.py
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/html.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/html.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/spinners.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/__pycache__/spinners.cpython-310.pyc
/usr/lib/python3.10/site-packages/humanfriendly/terminal/html.py
/usr/lib/python3.10/site-packages/humanfriendly/terminal/spinners.py
/usr/lib/python3.10/site-packages/humanfriendly/testing.py
/usr/lib/python3.10/site-packages/humanfriendly/text.py
/usr/lib/python3.10/site-packages/humanfriendly/usage.py
/usr/share/doc/python3-humanfriendly
/usr/share/doc/python3-humanfriendly/CHANGELOG.rst
/usr/share/doc/python3-humanfriendly/README.rst
/usr/share/licenses/python3-humanfriendly
/usr/share/licenses/python3-humanfriendly/LICENSE.txt

References

Summary

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