How to Install and Uninstall texlive-upquote.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "texlive-upquote.noarch" package

Please follow the steps below to install texlive-upquote.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "texlive-upquote.noarch" package

This guide covers the steps necessary to uninstall texlive-upquote.noarch on CentOS 8 / RHEL 8:

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

3. Information about the texlive-upquote.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:51:14 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-upquote
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : noarch
Size : 185 k
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
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.