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

Last updated: November 27,2024

1. Install "python3-humanfriendly.noarch" package

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

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

2. Uninstall "python3-humanfriendly.noarch" package

Here is a brief guide to show you how to uninstall python3-humanfriendly.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:52:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-humanfriendly
Version : 10.0
Release : 8.fc39
Architecture : noarch
Size : 141 k
Source : python-humanfriendly-10.0-8.fc39.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.