How to Install and Uninstall python3-rich.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "python3-rich.noarch" package

Please follow the steps below to install python3-rich.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-rich.noarch

2. Uninstall "python3-rich.noarch" package

Please follow the step by step instructions below to uninstall python3-rich.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-rich.noarch $ sudo dnf autoremove

3. Information about the python3-rich.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:06:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-rich
Version : 13.1.0
Release : 1.el9
Architecture : noarch
Size : 402 k
Source : python-rich-13.1.0-1.el9.src.rpm
Repository : epel
Summary : Render rich text and beautiful formatting in the terminal
URL : https://github.com/Textualize/rich
License : MIT
Description : 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.