How To Install texlive-progressbar on Fedora 36
Introduction
In this tutorial we learn how to install texlive-progressbar on Fedora 36.
What is texlive-progressbar
This package allows you to easily visualize shares of total amounts in the form of a bar. So basically you can convert any number between 0 and 1 to a progressbar using the command \progressbar{
}. Also a lot of customizations are possible, allowing you to create an unique progressbar on your own. The package uses TikZ to produce its graphics.
We can use yum or dnf to install texlive-progressbar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-progressbar.
Install texlive-progressbar 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-progressbar using dnf by running the following command:
sudo dnf -y install texlive-progressbar
Install texlive-progressbar 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-progressbar using yum by running the following command:
sudo yum -y install texlive-progressbar
How To Uninstall texlive-progressbar on Fedora 36
To uninstall only the texlive-progressbar package we can use the following command:
sudo dnf remove texlive-progressbar
texlive-progressbar Package Contents on Fedora 36
/usr/share/licenses/texlive-progressbar
/usr/share/licenses/texlive-progressbar/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/progressbar
/usr/share/texlive/texmf-dist/tex/latex/progressbar/progressbar.sty
References
Summary
In this tutorial we learn how to install texlive-progressbar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).