How to Install and Uninstall python3-humanfriendly.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-humanfriendly.noarch" package

In this section, we are going to explain the necessary steps to install python3-humanfriendly.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-humanfriendly.noarch" package

Please follow the guidelines below to uninstall python3-humanfriendly.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-humanfriendly.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:17:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-humanfriendly
Version : 10.0
Release : 3.el9
Architecture : noarch
Size : 114 k
Source : python-humanfriendly-10.0-3.el9.src.rpm
Repository : epel
Summary : Documentation for the 'humanfriendly' Python module
URL : https://humanfriendly.readthedocs.io
License : MIT
Description : 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.