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

Last updated: October 07,2024

1. Install "texlive-alphalph.noarch" package

This guide let you learn how to install texlive-alphalph.noarch on Fedora 34

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

2. Uninstall "texlive-alphalph.noarch" package

Here is a brief guide to show you how to uninstall texlive-alphalph.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:49:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-alphalph
Epoch : 9
Version : svn53087
Release : 39.fc34
Architecture : noarch
Size : 362 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Convert numbers to letters
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : Provides commands \alphalph and \AlphAlph. They are like
: \number but the expansion consists of lowercase and uppercase
: letters respectively (1 to a, 26 to z, 27 to aa, 52 to zz, 53
: to ba, 702 to zz, 703 to aaa, etc.). Can be used as a
: replacement for LaTeX's \@alph and \@Alph macros.