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

Last updated: September 25,2024

1. Install "texlive-spverbatim.noarch" package

This tutorial shows how to install texlive-spverbatim.noarch on Fedora 35

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

2. Uninstall "texlive-spverbatim.noarch" package

This tutorial shows how to uninstall texlive-spverbatim.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:26:07 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : texlive-spverbatim
Epoch : 9
Version : svn15878.v1.0
Release : 48.fc35
Architecture : noarch
Size : 17 k
Source : texlive-2021-48.fc35.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.