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

Last updated: September 20,2024

1. Install "python3-typer" package

Please follow the steps below to install python3-typer on Kali Linux

$ sudo apt update $ sudo apt install python3-typer

2. Uninstall "python3-typer" package

Please follow the instructions below to uninstall python3-typer on Kali Linux:

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

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

Package: python3-typer
Source: typer
Version: 0.9.0-2
Installed-Size: 212
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-typing-extensions, python3:any
Suggests: python-typer-doc
Size: 38208
SHA256: 2af95d6513ebf5aeafc786ad830a5e5e45ed0f56b30622997e219f25414e98b5
SHA1: d9ac389b55dcc400137609d6583e2bbf9f1c2ade
MD5sum: bbf069bd3435b209d81d2ab17890dcd0
Description: Python library for building CLI applications (Python 3)
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 package installs the library for Python 3.
Description-md5:
Homepage: https://typer.tiangolo.com/
Section: python
Priority: optional
Filename: pool/main/t/typer/python3-typer_0.9.0-2_all.deb