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

Last updated: October 07,2024

1. Install "texlive-upquote.noarch" package

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

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

2. Uninstall "texlive-upquote.noarch" package

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

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

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

Last metadata expiration check: 3:15:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-upquote
Epoch : 9
Version : svn26059.v1.3
Release : 48.fc35
Architecture : noarch
Size : 19 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Show "realistic" quotes in verbatim
URL : http://tug.org/texlive/
License : LPPL 1.2
Description : Typewriter-style fonts are best for program listings, but
: Computer Modern Typewriter prints ` and ' as bent opening and
: closing single quotes. Other fonts, and most programming
: languages, print ` as a grave accent and ' upright; ' is used
: both to open and to close quoted strings. The package switches
: the typewriter font to Computer Modern Typewriter in OT1
: encoding, and modifies the behaviour of verbatim, verbatim*,
: \verb, and \verb* to print in the "` and ' way". It does
: thisregardless of other fonts or encodings in use, so long as
: the package is loaded after the other fonts were. The package
: does not affect \tt, \texttt, etc.