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

Last updated: June 16,2024

1. Install "python3-pygments.noarch" package

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

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

2. Uninstall "python3-pygments.noarch" package

This tutorial shows how to uninstall python3-pygments.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:52:17 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pygments
Version : 2.7.4
Release : 4.el9
Architecture : noarch
Size : 2.0 M
Source : python-pygments-2.7.4-4.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : Syntax highlighting engine written in Python
URL : https://pygments.org/
License : BSD
Description : Pygments is a generic syntax highlighter for general use in all kinds
: of software such as forum systems, wikis or other applications that
: need to prettify source code. Highlights are:
:
: * a wide range of common languages and markup formats is supported
: * special attention is paid to details that increase highlighting
: quality
: * support for new languages and formats are added easily; most
: languages use a simple regex-based lexing mechanism
: * a number of output formats is available, among them HTML, RTF,
: LaTeX and ANSI sequences
: * it is usable as a command-line tool and as a library
: * ... and it highlights even Brainf*ck!