How to Install and Uninstall python3-rich-click Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-rich-click" package

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

$ sudo apt update $ sudo apt install python3-rich-click

2. Uninstall "python3-rich-click" package

Here is a brief guide to show you how to uninstall python3-rich-click on Kali Linux:

$ sudo apt remove python3-rich-click $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rich-click package on Kali Linux

Package: python3-rich-click
Source: python-rich-click
Version: 1.6.0-1
Installed-Size: 81
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-importlib-metadata | python3 (>> 3.8), python3-rich, python3:any
Size: 20832
SHA256: 80931163a17807fd31e5773dfad3741daf3643cf6baff1eb411dffcffd2f083e
SHA1: 8efe7ac218fe7d45a43e6a33f4006003c2de5d74
MD5sum: 512f34f9358251ec45b0b8e0185f6855
Description: creating beautiful command line interfaces for Python3
Format click help output nicely with Rich.
.
* Click is a "Python package for creating beautiful command line
interfaces".
* Rich is a "Python library for rich text and beautiful formatting in
the terminal".
.
The intention of rich-click is to provide attractive help output from
click, formatted with rich, with minimal customisation required.
.
Features
.
* Rich command-line formatting of click help and error messages
* Nice styles be default, usage is simply import rich_click as click
* CLI tool to run on other people's tools (prefix the command with
rich-click)
* Group commands and options into named panels
* Well formatted error messages
* Easily give custom sort order for options and commands
* Extensive customisation of styling and behaviour possible
Description-md5:
Homepage: https://github.com/ewels/rich-click
Section: python
Priority: optional
Filename: pool/main/p/python-rich-click/python3-rich-click_1.6.0-1_all.deb