How to Install and Uninstall python3-humanfriendly.noarch Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "python3-humanfriendly.noarch" package

Please follow the steps below to install python3-humanfriendly.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the python3-humanfriendly.noarch package on Oracle Linux 8

Last metadata expiration check: 1:36:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-humanfriendly
Version : 4.18
Release : 1.el8
Architecture : noarch
Size : 99 k
Source : python-humanfriendly-4.18-1.el8.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.