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

Last updated: September 27,2024

1. Install "texlive-textfit.noarch" package

This tutorial shows how to install texlive-textfit.noarch on Fedora 39

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

2. Uninstall "texlive-textfit.noarch" package

This is a short guide on how to uninstall texlive-textfit.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:23:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : texlive-textfit
Epoch : 11
Version : svn20591.5
Release : 69.fc39
Architecture : noarch
Size : 19 k
Source : texlive-2023-69.fc39.src.rpm
Repository : fedora
Summary : Fit text to a desired size
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : Package to fit text to a given width or height by scaling the
: font. For example: \scaletowidth{3in}{This}. (The job is done
: by calculating a magstep and applying it to the current font;
: thus "This" will be very tall, as well as very wide; to scale
: in just one dimension, use the facilities of the graphicx
: package.)