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

Last updated: October 04,2024

1. Install "texlive-textcase.noarch" package

This tutorial shows how to install texlive-textcase.noarch on Fedora 34

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

2. Uninstall "texlive-textcase.noarch" package

Please follow the guidance below to uninstall texlive-textcase.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:07:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : texlive-textcase
Epoch : 9
Version : svn52092
Release : 39.fc34
Architecture : noarch
Size : 17 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Case conversion ignoring mathematics, etc
URL : http://tug.org/texlive/
License : LPPL
Description : The textcase package offers commands \MakeTextUppercase and
: \MakeTextLowercase are similar to the standard \MakeUppercase
: and \MakeLowercase, but they do not change the case of any
: sections of mathematics, or the arguments of \cite, \label and
: \ref commands within the argument. A further command
: \NoCaseChange does nothing but suppress case change within its
: argument, so to force uppercase of a section including an
: environment, one might say:
: \MakeTextUppercase{...\NoCaseChange{\begin{foo}}
: ...\NoCaseChange{\end{foo}}...}