How to Install and Uninstall python-ubelt-doc Package on Kali Linux

Last updated: October 06,2024

1. Install "python-ubelt-doc" package

Here is a brief guide to show you how to install python-ubelt-doc on Kali Linux

$ sudo apt update $ sudo apt install python-ubelt-doc

2. Uninstall "python-ubelt-doc" package

Learn how to uninstall python-ubelt-doc on Kali Linux:

$ sudo apt remove python-ubelt-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ubelt-doc package on Kali Linux

Package: python-ubelt-doc
Source: ubelt
Version: 1.3.3-1
Installed-Size: 9758
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2), sphinx-rtd-theme-common (>= 1.2.2+dfsg)
Recommends: python3-ubelt
Size: 305136
SHA256: 9ab6887ae80f9c5b88f36024cff13397e19e67be24156b01814f4de711752db4
SHA1: d1d968a8f621b97afceef1d5233e28f1164110b4
MD5sum: 41ab75ceb6318350d63fdc6d9fb2c9e7
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 package contains the ubelt documentation in HTML format.
Description-md5:
Homepage: https://github.com/Erotemic/ubelt
Section: doc
Priority: optional
Filename: pool/main/u/ubelt/python-ubelt-doc_1.3.3-1_all.deb