How to Install and Uninstall texlive-anyfontsize.noarch Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "texlive-anyfontsize.noarch" package

In this section, we are going to explain the necessary steps to install texlive-anyfontsize.noarch on CentOS Stream 9

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

2. Uninstall "texlive-anyfontsize.noarch" package

In this section, we are going to explain the necessary steps to uninstall texlive-anyfontsize.noarch on CentOS Stream 9:

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

3. Information about the texlive-anyfontsize.noarch package on CentOS Stream 9

Last metadata expiration check: 0:25:03 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-anyfontsize
Epoch : 9
Version : 20200406
Release : 26.el9
Architecture : noarch
Size : 189 k
Source : texlive-20200406-26.el9.src.rpm
Repository : appstream
Summary : Select any font size in LaTeX
URL : http://tug.org/texlive/
License : LPPL
Description : The package allows the to user select any font size (via e.g.
: \fontsize{...}{...}\selectfont), even those sizes that are not
: listed in the .fd file. If such a size is requested, LaTeX will
: search for and select the nearest listed size; anyfontsize will
: then scale the font to the size actually requested. Similar
: functionality is available for the CM family, for the EC
: family, or for either computer modern encoding; the present
: package generalises the facility.