How to Install and Uninstall python3-rich.noarch Package on Fedora 39

Last updated: September 23,2024

1. Install "python3-rich.noarch" package

In this section, we are going to explain the necessary steps to install python3-rich.noarch on Fedora 39

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

2. Uninstall "python3-rich.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-rich.noarch on Fedora 39:

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

3. Information about the python3-rich.noarch package on Fedora 39

Last metadata expiration check: 3:53:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-rich
Version : 13.5.2
Release : 1.fc39
Architecture : noarch
Size : 580 k
Source : python-rich-13.5.2-1.fc39.src.rpm
Repository : fedora
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.