How To Install texlive-dashbox on Fedora 36
Introduction
In this tutorial we learn how to install texlive-dashbox
on Fedora 36.
What is texlive-dashbox
The package can draw boxes that perform like \framebox or \fbox, but use dashed lines. The package can also draw (an illusion of) vertical stacks of boxes.
We can use yum
or dnf
to install texlive-dashbox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dashbox.
Install texlive-dashbox 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-dashbox
using dnf
by running the following command:
sudo dnf -y install texlive-dashbox
Install texlive-dashbox 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-dashbox
using yum
by running the following command:
sudo yum -y install texlive-dashbox
How To Uninstall texlive-dashbox on Fedora 36
To uninstall only the texlive-dashbox
package we can use the following command:
sudo dnf remove texlive-dashbox
texlive-dashbox Package Contents on Fedora 36
/usr/share/licenses/texlive-dashbox
/usr/share/licenses/texlive-dashbox/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/dashbox
/usr/share/texlive/texmf-dist/tex/latex/dashbox/dashbox.sty
References
Summary
In this tutorial we learn how to install texlive-dashbox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).