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

Last updated: October 13,2024

1. Install "texlive-listings.noarch" package

This guide let you learn how to install texlive-listings.noarch on Fedora 36

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

2. Uninstall "texlive-listings.noarch" package

Please follow the step by step instructions below to uninstall texlive-listings.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:33:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : texlive-listings
Epoch : 9
Version : svn55265
Release : 55.fc36
Architecture : noarch
Size : 168 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
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).