How To Install texlive-bardiag on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bardiag on Fedora 36.
What is texlive-bardiag
The main purpose of the package is to make the drawing of bar diagrams possible and easy in LaTeX. The BarDiag package is inspired by and based on PSTricks.
We can use yum or dnf to install texlive-bardiag on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bardiag.
Install texlive-bardiag 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-bardiag using dnf by running the following command:
sudo dnf -y install texlive-bardiag
Install texlive-bardiag 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-bardiag using yum by running the following command:
sudo yum -y install texlive-bardiag
How To Uninstall texlive-bardiag on Fedora 36
To uninstall only the texlive-bardiag package we can use the following command:
sudo dnf remove texlive-bardiag
texlive-bardiag Package Contents on Fedora 36
/usr/share/licenses/texlive-bardiag
/usr/share/licenses/texlive-bardiag/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/bardiag
/usr/share/texlive/texmf-dist/tex/latex/bardiag/barddoc.sty
/usr/share/texlive/texmf-dist/tex/latex/bardiag/bardiag.bar
/usr/share/texlive/texmf-dist/tex/latex/bardiag/bardiag.cfg
/usr/share/texlive/texmf-dist/tex/latex/bardiag/bardiag.sty
/usr/share/texlive/texmf-dist/tex/latex/bardiag/pstfp.sty
References
Summary
In this tutorial we learn how to install texlive-bardiag on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).