How to Install and Uninstall python39-Pygments Package on openSuSE Tumbleweed

Last updated: May 22,2024

1. Install "python39-Pygments" package

In this section, we are going to explain the necessary steps to install python39-Pygments on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-Pygments

2. Uninstall "python39-Pygments" package

This guide let you learn how to uninstall python39-Pygments on openSuSE Tumbleweed:

$ sudo zypper remove python39-Pygments

3. Information about the python39-Pygments package on openSuSE Tumbleweed

Information for package python39-Pygments:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Pygments
Version : 2.17.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 7.0 MiB
Installed : No
Status : not installed
Source package : python-Pygments-2.17.2-1.4.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