How to Install and Uninstall python-pygments.src Package on Oracle Linux 8

Last updated: May 21,2024

1. Install "python-pygments.src" package

Please follow the guidelines below to install python-pygments.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-pygments.src

2. Uninstall "python-pygments.src" package

This tutorial shows how to uninstall python-pygments.src on Oracle Linux 8:

$ sudo dnf remove python-pygments.src $ sudo dnf autoremove

3. Information about the python-pygments.src package on Oracle Linux 8

Last metadata expiration check: 1:49:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pygments
Version : 2.2.0
Release : 22.module+el8.5.0+20361+8a9d3d27
Architecture : src
Size : 2.0 M
Source : None
Repository : ol8_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!