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

Last updated: July 05,2024

1. Install "python311-Pygments" package

Learn how to install python311-Pygments on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-Pygments

2. Uninstall "python311-Pygments" package

Learn how to uninstall python311-Pygments on openSUSE Leap:

$ sudo zypper remove python311-Pygments

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

Information for package python311-Pygments:
-------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-Pygments
Version : 2.15.1-150400.7.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 7.8 MiB
Installed : No
Status : not installed
Source package : python-Pygments-2.15.1-150400.7.3.9.src
Upstream URL : https://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