How to Install and Uninstall python3-pygments.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "python3-pygments.noarch" package

In this section, we are going to explain the necessary steps to install python3-pygments.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pygments.noarch

2. Uninstall "python3-pygments.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pygments.noarch on Fedora 39:

$ sudo dnf remove python3-pygments.noarch $ sudo dnf autoremove

3. Information about the python3-pygments.noarch package on Fedora 39

Last metadata expiration check: 1:16:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pygments
Version : 2.15.1
Release : 4.fc39
Architecture : noarch
Size : 2.4 M
Source : python-pygments-2.15.1-4.fc39.src.rpm
Repository : fedora
Summary : Syntax highlighting engine written in Python
URL : https://pygments.org/
License : BSD-2-Clause
Description : Pygments is a generic syntax highlighter suitable for use in code hosting,
: forums, wikis or other applications that need to prettify source code.
:
: Highlights are:
:
: * a wide range of over 500 languages and other text 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