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

Last updated: November 25,2024

1. Install "texlive-printlen.noarch" package

In this section, we are going to explain the necessary steps to install texlive-printlen.noarch on Fedora 39

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

2. Uninstall "texlive-printlen.noarch" package

Learn how to uninstall texlive-printlen.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:02:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-printlen
Epoch : 11
Version : svn19847.1.1a
Release : 69.fc39
Architecture : noarch
Size : 16 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Print lengths using specified units
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : \printlength{length} prints the value of a LaTeX length in the
: units specified by \uselengthunit{unit} ('unit' may be any TeX
: length unit except for scaled point, viz., any of: pt, pc, in,
: mm, cm, bp, dd or cc). When the unit is pt, the printed length
: value will include any stretch or shrink; otherwise these are
: not printed. The 'unit' argument may also be PT, in which case
: length values will be printed in point units but without any
: stretch or shrink values.