How to Install and Uninstall python3-ubelt Package on Kali Linux

Last updated: June 13,2024

1. Install "python3-ubelt" package

This guide let you learn how to install python3-ubelt on Kali Linux

$ sudo apt update $ sudo apt install python3-ubelt

2. Uninstall "python3-ubelt" package

Please follow the guidance below to uninstall python3-ubelt on Kali Linux:

$ sudo apt remove python3-ubelt $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-ubelt package on Kali Linux

Package: python3-ubelt
Source: ubelt
Version: 1.3.3-1
Installed-Size: 839
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 167244
SHA256: 840915d7dadcaf9c16c34555109aea3b12c0ef389498be03d588e399dc4af61d
SHA1: 0c161ac40830eeb93be7dd1f421d3d6e7a84785c
MD5sum: 793d270d77bc266fa3605f474d7e39c9
Description: Python Utility Belt Library
Ubelt is a small library of robust, tested, documented, and simple
functions that extend the Python standard library. It has a flat
API that all behaves similarly on Windows, Mac, and Linux (up to
some small unavoidable differences). Almost every function in ubelt
was written with a doctest.
.
* Goal: provide simple functions that accomplish common tasks not
yet addressed by the python standard library.
* Constraints: Must be low-impact pure python; it should be easy to
install and use.
* Method: All functions are written with docstrings and doctests to
ensure that a baseline level of documentation and testing always
exists (even if functions are copy/pasted into other libraries)
* Motto: Good utilities lift all codes.
.
This is ubelt python package.
Description-md5:
Homepage: https://github.com/Erotemic/ubelt
Section: python
Priority: optional
Filename: pool/main/u/ubelt/python3-ubelt_1.3.3-1_all.deb