How To Install texlive-algobox on Fedora 36
Introduction
In this tutorial we learn how to install texlive-algobox
on Fedora 36.
What is texlive-algobox
This LaTeX package can typeset Algobox programs almost exactly as displayed when editing with Algobox itself, using an input syntax very similar to the actual Algobox program text. It gives better results than Algobox’s own LaTeX export which does not look like the editor rendition, produces standalone documents cumbersome to customize, and has arbitrary and inconsistent differences between the input syntax and the program text. This package depends upon the following other LaTeX packages
We can use yum
or dnf
to install texlive-algobox
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-algobox.
Install texlive-algobox 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-algobox
using dnf
by running the following command:
sudo dnf -y install texlive-algobox
Install texlive-algobox 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-algobox
using yum
by running the following command:
sudo yum -y install texlive-algobox
How To Uninstall texlive-algobox on Fedora 36
To uninstall only the texlive-algobox
package we can use the following command:
sudo dnf remove texlive-algobox
texlive-algobox Package Contents on Fedora 36
/usr/share/licenses/texlive-algobox
/usr/share/licenses/texlive-algobox/gpl.txt
/usr/share/texlive/texmf-dist/doc/latex/algobox
/usr/share/texlive/texmf-dist/doc/latex/algobox/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/algobox/README.md
/usr/share/texlive/texmf-dist/doc/latex/algobox/algobox.pdf
/usr/share/texlive/texmf-dist/tex/latex/algobox
/usr/share/texlive/texmf-dist/tex/latex/algobox/algobox.sty
References
Summary
In this tutorial we learn how to install texlive-algobox
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).