How To Install texlive-struktex on Fedora 36
Introduction
In this tutorial we learn how to install texlive-struktex
on Fedora 36.
What is texlive-struktex
Even in the age of OOP one must develop algorithms. Nassi- Shneiderman diagrams are a well known tool to describe an algorithm in a graphical way. The package offers some macros for generating those diagrams in a LaTeX document. The package provides the most important elements of a Nassi-Shneiderman diagram, including processing blocks, loops, mapping conventions for alternatives, etc. Diagrams are drawn using the picture environment (using pict2e for preference).
We can use yum
or dnf
to install texlive-struktex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-struktex.
Install texlive-struktex 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-struktex
using dnf
by running the following command:
sudo dnf -y install texlive-struktex
Install texlive-struktex 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-struktex
using yum
by running the following command:
sudo yum -y install texlive-struktex
How To Uninstall texlive-struktex on Fedora 36
To uninstall only the texlive-struktex
package we can use the following command:
sudo dnf remove texlive-struktex
texlive-struktex Package Contents on Fedora 36
/usr/share/licenses/texlive-struktex
/usr/share/licenses/texlive-struktex/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/struktex
/usr/share/texlive/texmf-dist/tex/latex/struktex/strukdoc.sty
/usr/share/texlive/texmf-dist/tex/latex/struktex/struktex.sty
/usr/share/texlive/texmf-dist/tex/latex/struktex/struktxf.sty
/usr/share/texlive/texmf-dist/tex/latex/struktex/struktxp.sty
References
Summary
In this tutorial we learn how to install texlive-struktex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).