How to Install and Uninstall python2-pygments.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python2-pygments.noarch" package

Here is a brief guide to show you how to install python2-pygments.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python2-pygments.noarch" package

Please follow the guidance below to uninstall python2-pygments.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python2-pygments.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:42:26 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-pygments
Version : 2.2.0
Release : 20.module_el8.3.0+478+7570e00c
Architecture : noarch
Size : 1.4 M
Source : python-pygments-2.2.0-20.module_el8.3.0+478+7570e00c.src.rpm
Repository : appstream
Summary : Syntax highlighting engine written in Python
URL : http://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!