How to Install and Uninstall texlive-listings.noarch Package on Oracle Linux 8
Last updated: November 14,2024
1. Install "texlive-listings.noarch" package
Please follow the guidance below to install texlive-listings.noarch on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
texlive-listings.noarch
Copied
2. Uninstall "texlive-listings.noarch" package
This guide covers the steps necessary to uninstall texlive-listings.noarch on Oracle Linux 8:
$
sudo dnf remove
texlive-listings.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the texlive-listings.noarch package on Oracle Linux 8
Last metadata expiration check: 5:48:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : texlive-listings
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 1.3 M
Source : texlive-20180414-25.el8.src.rpm
Repository : ol8_appstream
Summary : Typeset source code listings using LaTeX
URL : http://tug.org/texlive/
License : LPPL
Description : Typeset programs (programming code) within LaTeX. The source
: code is read directly by TeX. Keywords, comments and strings
: can be typeset using different styles (default is bold for
: keywords, italic for comments and no special style for
: strings). Includes support for hyperref. To use, simply
: \usepackage{listings}, identify the language with
: \lstset{language=Python}, then employ the \begin{lstlisting}
: ... \end{lstlisting} environment or the
: \lstinputlisting{filename.py} command. Short (in-line) listings
: are also available, using either \lstinline|...| or | ... |
: (after defining the | token with the \lstMakeShortInline
: command).
Available Packages
Name : texlive-listings
Epoch : 7
Version : 20180414
Release : 25.el8
Architecture : noarch
Size : 1.3 M
Source : texlive-20180414-25.el8.src.rpm
Repository : ol8_appstream
Summary : Typeset source code listings using LaTeX
URL : http://tug.org/texlive/
License : LPPL
Description : Typeset programs (programming code) within LaTeX. The source
: code is read directly by TeX. Keywords, comments and strings
: can be typeset using different styles (default is bold for
: keywords, italic for comments and no special style for
: strings). Includes support for hyperref. To use, simply
: \usepackage{listings}, identify the language with
: \lstset{language=Python}, then employ the \begin{lstlisting}
: ... \end{lstlisting} environment or the
: \lstinputlisting{filename.py} command. Short (in-line) listings
: are also available, using either \lstinline|...| or | ... |
: (after defining the | token with the \lstMakeShortInline
: command).