How To Install texlive-makebox on Fedora 36
Introduction
In this tutorial we learn how to install texlive-makebox
on Fedora 36.
What is texlive-makebox
Define a \makebox* command that does the same as a \makebox command, except that the width is given by a sample text instead of an explicit length measure.
We can use yum
or dnf
to install texlive-makebox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-makebox.
Install texlive-makebox on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-makebox
using dnf
by running the following command:
sudo dnf -y install texlive-makebox
Install texlive-makebox on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-makebox
using yum
by running the following command:
sudo yum -y install texlive-makebox
How To Uninstall texlive-makebox on Fedora 36
To uninstall only the texlive-makebox
package we can use the following command:
sudo dnf remove texlive-makebox
texlive-makebox Package Contents on Fedora 36
/usr/share/licenses/texlive-makebox
/usr/share/licenses/texlive-makebox/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/makebox
/usr/share/texlive/texmf-dist/tex/latex/makebox/makebox.sty
References
Summary
In this tutorial we learn how to install texlive-makebox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).