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

Last updated: September 29,2024

1. Install "python3-humanfriendly.noarch" package

Please follow the guidelines below to install python3-humanfriendly.noarch on Fedora 34

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

2. Uninstall "python3-humanfriendly.noarch" package

Please follow the guidance below to uninstall python3-humanfriendly.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:52:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-humanfriendly
Version : 8.2
Release : 3.fc34
Architecture : noarch
Size : 113 k
Source : python-humanfriendly-8.2-3.fc34.src.rpm
Repository : fedora
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.