How to Install and Uninstall python2-Pygments Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python2-Pygments" package

In this section, we are going to explain the necessary steps to install python2-Pygments on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Pygments

2. Uninstall "python2-Pygments" package

In this section, we are going to explain the necessary steps to uninstall python2-Pygments on openSUSE Leap:

$ sudo zypper remove python2-Pygments

3. Information about the python2-Pygments package on openSUSE Leap

Information for package python2-Pygments:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python2-Pygments
Version : 2.2.0-4.9.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 6,0 MiB
Installed : No
Status : not installed
Source package : python-Pygments-2.2.0-4.9.1.src
Summary : Pygments is a syntax highlighting package written in Python
Description :
Pygments is a syntax highlighting package written in Python.
It 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, increasing quality by a fair amount
* support for new languages and formats are added easily
* a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
formats that PIL supports and ANSI sequences
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!