How to Install and Uninstall texlive-alphalph.noarch Package on AlmaLinux 9

Last updated: October 09,2024

1. Install "texlive-alphalph.noarch" package

This is a short guide on how to install texlive-alphalph.noarch on AlmaLinux 9

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

2. Uninstall "texlive-alphalph.noarch" package

Please follow the instructions below to uninstall texlive-alphalph.noarch on AlmaLinux 9:

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

3. Information about the texlive-alphalph.noarch package on AlmaLinux 9

Last metadata expiration check: 0:05:45 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : texlive-alphalph
Epoch : 9
Version : 20200406
Release : 26.el9_2
Architecture : noarch
Size : 352 k
Source : texlive-20200406-26.el9_2.src.rpm
Repository : appstream
Summary : Convert numbers to letters
URL : http://tug.org/texlive/
License : LPPL
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.