How to Install and Uninstall texlive-listings.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "texlive-listings.noarch" package

Please follow the guidance below to install texlive-listings.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-listings.noarch

2. Uninstall "texlive-listings.noarch" package

Learn how to uninstall texlive-listings.noarch on Fedora 34:

$ sudo dnf remove texlive-listings.noarch $ sudo dnf autoremove

3. Information about the texlive-listings.noarch package on Fedora 34

Last metadata expiration check: 0:36:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-listings
Epoch : 9
Version : svn54554
Release : 39.fc34
Architecture : noarch
Size : 168 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Typeset source code listings using LaTeX
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : The package enables the user to typeset programs (programming
: code) within LaTeX; the source code is read directly by TeX--no
: front-end processor is needed. Keywords, comments and strings
: can be typeset using different styles (default is bold for
: keywords, italic for comments and no special style for
: strings). Support for hyperref is provided. To use,
: \usepackage{listings}, identify the language of the object to
: typeset, using a construct like: \lstset{language=Python}, then
: use environment lstlisting for inline code. External files may
: be formatted using \lstinputlisting to process a given file in
: the form appropriate for the current language. Short (in-line)
: listings are also available, using either \lstinline|...| or
: |...| (after defining the | token with the \lstMakeShortInline
: command).