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

Last updated: October 07,2024

1. Install "texlive-spverbatim.noarch" package

Here is a brief guide to show you how to install texlive-spverbatim.noarch on Fedora 36

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

2. Uninstall "texlive-spverbatim.noarch" package

Learn how to uninstall texlive-spverbatim.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:39:21 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : texlive-spverbatim
Epoch : 9
Version : svn15878.v1.0
Release : 55.fc36
Architecture : noarch
Size : 16 k
Source : texlive-2021-55.fc36.src.rpm
Repository : fedora
Summary : Allow line breaks within \verb and verbatim output
URL : http://tug.org/texlive/
License : LPPL
Description : LaTeX's \verb macro treats its argument as an unbreakable unit
: of text. This can lead to poor typesetting, especially when the
: argument is long. The spverbatim package provides an \spverb
: macro that is analogous to \verb and an spverbatim environment
: that is analogous to verbatim with the difference being that
: \spverb and spverbatim allow LaTeX to break lines at space
: characters.