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

Last updated: May 21,2024

1. Install "python-typer-doc" package

Please follow the guidelines below to install python-typer-doc on Kali Linux

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

2. Uninstall "python-typer-doc" package

This is a short guide on how to uninstall python-typer-doc on Kali Linux:

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

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

Package: python-typer-doc
Source: typer
Version: 0.9.0-2
Installed-Size: 2331
Maintainer: Debian Python Team
Architecture: all
Depends: fonts-font-awesome (>= 5.0.10+really4.7.0~dfsg-4.1), fonts-lato (>= 2.015-1), libjs-highlight.js, libjs-jquery (>= 3.6.1+dfsg+~3.5.14-1), libjs-lunr (>= 2.3.9~dfsg-2), libjs-modernizr (>= 2.6.2+ds1-5), mkdocs (>= 1.5.3+dfsg-1), sphinx-rtd-theme-common (>= 2.0.0+dfsg-1)
Size: 214972
SHA256: 4516b1cd4031afe319dd6c3034c01a40d34e794b4cf8a4e7714c131ae7619b6d
SHA1: e0ba31a29d5ca577abd0e6a31bab414e949111e5
MD5sum: 2f7dc3baf81b217f6c9ba79368b4cb98
Description: Python library for building CLI applications (common documentation)
Typer is a library for building CLI applications that users
will love using and developers will love creating. Based on
Python 3.6+ type hints.
.
The key features are:
.
Intuitive to write: Great editor support. Completion everywhere.
Less time debugging. Designed to be easy to use and learn. Less
time reading docs.
.
Easy to use: It's easy to use for the final users. Automatic help,
and automatic completion for all shells.
.
Short: Minimize code duplication. Multiple features from each
parameter declaration. Fewer bugs.
.
Start simple: The simplest example adds only 2 lines of code to your
app: 1 import, 1 function call.
.
Grow large: Grow in complexity as much as you want, create arbitrarily
complex trees of commands and groups of subcommands, with options and
arguments.
.
This is the common documentation package for python-typer.
Description-md5:
Homepage: https://typer.tiangolo.com/
Section: doc
Priority: optional
Filename: pool/main/t/typer/python-typer-doc_0.9.0-2_all.deb