How to Install and Uninstall python-pygments.noarch Package on Amazon Linux 2

Last updated: April 30,2024

1. Install "python-pygments.noarch" package

This tutorial shows how to install python-pygments.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-pygments.noarch

2. Uninstall "python-pygments.noarch" package

Here is a brief guide to show you how to uninstall python-pygments.noarch on Amazon Linux 2:

$ sudo yum remove python-pygments.noarch $ sudo yum autoremove

3. Information about the python-pygments.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-pygments
Arch : noarch
Version : 1.4
Release : 10.amzn2
Size : 599 k
Repo : amzn2-core/2/x86_64
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!