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

Last updated: October 11,2024

1. Install "texlive-jvlisting.noarch" package

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

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

2. Uninstall "texlive-jvlisting.noarch" package

This guide covers the steps necessary to uninstall texlive-jvlisting.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:00:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-jvlisting
Epoch : 9
Version : svn24638.0.7
Release : 48.fc35
Architecture : noarch
Size : 18 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : A replacement for LaTeX's verbatim package
URL : http://tug.org/texlive/
License : LPPL
Description : This package provides a LaTeX environment listing, an
: alternative to the built-in verbatim environment. The listing
: environment is tailored for including listings of computer
: program source code into documents. The main advantages over
: the original verbatim environment are: environments
: automatically fixes leading whitespace so that the environment
: and program listing can be indented with the rest of the
: document source, and; listing environments may easily be
: customised and extended.