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

Last updated: October 07,2024

1. Install "texlive-spverbatim.noarch" package

Learn how to install texlive-spverbatim.noarch on Fedora 34

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

2. Uninstall "texlive-spverbatim.noarch" package

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

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

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

Last metadata expiration check: 1:00:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-spverbatim
Epoch : 9
Version : svn15878.v1.0
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
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.