How to Install and Uninstall humanfriendly Package on Kali Linux

Last updated: April 27,2024

1. Install "humanfriendly" package

Please follow the steps below to install humanfriendly on Kali Linux

$ sudo apt update $ sudo apt install humanfriendly

2. Uninstall "humanfriendly" package

This tutorial shows how to uninstall humanfriendly on Kali Linux:

$ sudo apt remove humanfriendly $ sudo apt autoclean && sudo apt autoremove

3. Information about the humanfriendly package on Kali Linux

Package: humanfriendly
Version: 10.0-4
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3-humanfriendly, python3:any
Size: 21452
SHA256: 678675813547d20ef5ce8c6f1abf216253bc25e9abb7d373c31c4a1b53f454c7
SHA1: fe9e2ee4fd0dbbaa5f74c02c6c85160f9459604a
MD5sum: ee236a293bf6eff23d0c375490fd8ab8
Description: Helper command for the humanfriendly Python3 library
A Python library that can be used to make text interfaces more user friendly.
It provides parsing and formatting numbers, file sizes, pathnames and
timespans in simple human friendly formats. It provides easy to use timers for
long running operations, prompts for selecting a choice from a list of options
by typing the option's number or a unique substring of the option, and
terminal interaction including text styling (ANSI escape sequences), user
friendly rendering of usage messages and querying the terminal for its size.
.
This package provides a helper command to access the functions in the library.
Description-md5:
Homepage: https://humanfriendly.readthedocs.io
Section: python
Priority: optional
Filename: pool/main/h/humanfriendly/humanfriendly_10.0-4_all.deb