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

Last updated: January 10,2025

1. Install "texlive-spverbatim.noarch" package

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

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

2. Uninstall "texlive-spverbatim.noarch" package

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

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

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

Last metadata expiration check: 2:32:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : texlive-spverbatim
Epoch : 11
Version : svn15878.v1.0
Release : 69.fc39
Architecture : noarch
Size : 15 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Allow line breaks within \verb and verbatim output
URL : http://tug.org/texlive/
License : LPPL-1.3c
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.