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

Last updated: May 17,2024

1. Install "python3-Pygments" package

Please follow the guidance below to install python3-Pygments on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Pygments

2. Uninstall "python3-Pygments" package

Please follow the instructions below to uninstall python3-Pygments on openSUSE Leap:

$ sudo zypper remove python3-Pygments

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

Information for package python3-Pygments:
-----------------------------------------
Repository : Main Repository
Name : python3-Pygments
Version : 2.6.1-4.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 7.9 MiB
Installed : No
Status : not installed
Source package : python-Pygments-2.6.1-4.3.1.src
Upstream URL : http://pygments.org
Summary : A syntax highlighting package written in Python
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
* support for new languages and formats can be added
* 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
* highlights Brainfuck