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

Last updated: January 13,2025

1. Install "texlive-shadethm.noarch" package

Please follow the instructions below to install texlive-shadethm.noarch on Fedora 39

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

2. Uninstall "texlive-shadethm.noarch" package

Please follow the instructions below to uninstall texlive-shadethm.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:37:18 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-shadethm
Epoch : 11
Version : svn53350
Release : 69.fc39
Architecture : noarch
Size : 22 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Theorem environments that are shaded
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : Extends the \newtheorem command. If you say
: \newshadetheorem{theorem}{Theorem} in the preamble then your
: regular \begin{theorem} .. \end{theorem} will produce a theorem
: statement in a shaded box. It supports all the options of
: \newtheorem, including forms \newshadetheorem{..}[..]{..} and
: \newshadetheorem{..}{..}[..]. Environments declared using the
: package require their body to remain on one page; the mdframed
: package can frame and shade theorems, and its environments
: break at the end of a page; users are generally recommended,
: therefore, to use mdframed. In the same spirit, the author told
: us in January 2020: "These materials are obsolete. There are a
: number of more recent, more powerful packages that have
: capabilities that greatly extend the simple ones here. A new
: project should use one of those. These files only continue to
: be available to help people who are working with an old
: project."