How To Install texlive-spacingtricks on Fedora 36
Introduction
In this tutorial we learn how to install texlive-spacingtricks on Fedora 36.
What is texlive-spacingtricks
The spacingtricks package provides macros for dealing with some spacing issues e.g. centering a single line, making a variable strut, indenting a block, typesetting a compact list, placing two boxes side by side with vertical adjustment.
We can use yum or dnf to install texlive-spacingtricks on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-spacingtricks.
Install texlive-spacingtricks 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-spacingtricks using dnf by running the following command:
sudo dnf -y install texlive-spacingtricks
Install texlive-spacingtricks 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-spacingtricks using yum by running the following command:
sudo yum -y install texlive-spacingtricks
How To Uninstall texlive-spacingtricks on Fedora 36
To uninstall only the texlive-spacingtricks package we can use the following command:
sudo dnf remove texlive-spacingtricks
texlive-spacingtricks Package Contents on Fedora 36
/usr/share/licenses/texlive-spacingtricks
/usr/share/licenses/texlive-spacingtricks/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/spacingtricks
/usr/share/texlive/texmf-dist/doc/latex/spacingtricks/README.md
/usr/share/texlive/texmf-dist/doc/latex/spacingtricks/spacingtricks.pdf
/usr/share/texlive/texmf-dist/tex/latex/spacingtricks
/usr/share/texlive/texmf-dist/tex/latex/spacingtricks/spacingtricks.sty
References
Summary
In this tutorial we learn how to install texlive-spacingtricks on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).