How to Install and Uninstall python-humanize.src Package on Oracle Linux 8

Last updated: September 22,2024

1. Install "python-humanize.src" package

Please follow the guidance below to install python-humanize.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-humanize.src

2. Uninstall "python-humanize.src" package

This guide let you learn how to uninstall python-humanize.src on Oracle Linux 8:

$ sudo dnf remove python-humanize.src $ sudo dnf autoremove

3. Information about the python-humanize.src package on Oracle Linux 8

Last metadata expiration check: 4:01:46 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-humanize
Version : 0.5.1
Release : 13.el8
Architecture : src
Size : 26 k
Source : None
Repository : ol8_appstream
Summary : Turns dates in to human readable format, e.g '3 minutes ago'
URL : https://github.com/jmoiron/humanize
License : MIT
Description : This modest package contains various common humanization utilities, like turning
: a number into a fuzzy human readable duration ('3 minutes ago') or into a human
: readable size or throughput.