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

Last updated: October 05,2024

1. Install "python3-humanize.noarch" package

This guide covers the steps necessary to install python3-humanize.noarch on Fedora 34

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

2. Uninstall "python3-humanize.noarch" package

This guide covers the steps necessary to uninstall python3-humanize.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:49:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-humanize
Version : 0.5.1
Release : 25.fc34
Architecture : noarch
Size : 27 k
Source : python-humanize-0.5.1-25.fc34.src.rpm
Repository : fedora
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.