How to Install and Uninstall python3-rich.noarch Package on Rocky Linux 9
Last updated: December 12,2024
1. Install "python3-rich.noarch" package
In this section, we are going to explain the necessary steps to install python3-rich.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-rich.noarch
Copied
2. Uninstall "python3-rich.noarch" package
This guide covers the steps necessary to uninstall python3-rich.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-rich.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-rich.noarch package on Rocky Linux 9
Last metadata expiration check: 0:27:22 ago on Fri Feb 16 06:49:52 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.
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.