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

Last updated: November 26,2024

1. Install "texlive-listings.noarch" package

This is a short guide on how to install texlive-listings.noarch on Fedora 35

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

2. Uninstall "texlive-listings.noarch" package

Please follow the steps below to uninstall texlive-listings.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:43:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-listings
Epoch : 9
Version : svn55265
Release : 48.fc35
Architecture : noarch
Size : 169 k
Source : texlive-2021-48.fc35.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).