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

Last updated: May 20,2024

1. Install "python3-rich" package

Please follow the guidelines below to install python3-rich on Kali Linux

$ sudo apt update $ sudo apt install python3-rich

2. Uninstall "python3-rich" package

In this section, we are going to explain the necessary steps to uninstall python3-rich on Kali Linux:

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

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

Package: python3-rich
Source: rich
Version: 13.3.1-2
Installed-Size: 1052
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-markdown-it, python3-pygments (>= 2.14.0), python3-typing-extensions | python3-supported-min (>= 3.9), python3:any
Size: 198348
SHA256: ac09286bbde99aac81e2e5709068041d1cfde503066892f10b6b37220cdf19ea
SHA1: 8ee93ae9ce4d52a355bb103982e1c7fde2fb19da
MD5sum: ffca129db0716b1e27e6bb0ba51669fe
Description: render rich text, tables, progress bars, syntax highlighting, markdown and more
Rich is a Python library for rich text and beautiful formatting in the
terminal.
.
The Rich API makes it easy to add color and style to terminal output. Rich can
also render pretty tables, progress bars, markdown, syntax highlighted source
code, tracebacks, and more — out of the box.
.
Here's a list of the core functionalities of rich:
.
* to effortlessly add rich output to your application, you can import the rich
print method, which has the same signature as the builtin Python function
* Rich can be installed in the Python REPL, so that any data structures will
be pretty printed and highlighted
* for more control over rich terminal content, import and construct a Console
object. The Console object has a print method which has an intentionally
similar interface to the builtin print function
* to insert an emoji in to console output place the name between two colons
* Rich can render flexible tables with unicode box characters. There is a
large variety of formatting options for borders, styles, cell alignment etc
* Rich can render multiple flicker-free progress bars to track long-running
tasks.
* Rich can render content in neat columns with equal or optimal width.
* Rich can render markdown and does a reasonable job of translating the
formatting to the terminal
* Rich can render beautiful tracebacks which are easier to read and show more
code than standard Python tracebacks. You can set Rich as the default
traceback handler so all uncaught exceptions will be rendered by Rich.
Description-md5:
Homepage: https://github.com/Textualize/rich
Section: python
Priority: optional
Filename: pool/main/r/rich/python3-rich_13.3.1-2_all.deb