How To Install texlive-pseudo on Fedora 36

In this tutorial we learn how to install texlive-pseudo in Fedora 36. texlive-pseudo is Straightforward pseudocode

Introduction

In this tutorial we learn how to install texlive-pseudo on Fedora 36.

What is texlive-pseudo

The package permits writing pseudocode without much fuss and with quite a bit of configurability. Its main environment combines aspects of enumeration, tabbing and tabular for nonintrusive line numbering, indentation and highlighting, and there is functionality for typesetting common syntactic elements such as keywords, identifiers, and comments. The package relies on aliascnt, array, colortbl, expl3, l3keys2e, xcolor, and xparse.

We can use yum or dnf to install texlive-pseudo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pseudo.

Install texlive-pseudo 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-pseudo using dnf by running the following command:

sudo dnf -y install texlive-pseudo

Install texlive-pseudo 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-pseudo using yum by running the following command:

sudo yum -y install texlive-pseudo

How To Uninstall texlive-pseudo on Fedora 36

To uninstall only the texlive-pseudo package we can use the following command:

sudo dnf remove texlive-pseudo

texlive-pseudo Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/pseudo
/usr/share/texlive/texmf-dist/doc/latex/pseudo/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/pseudo/Makefile
/usr/share/texlive/texmf-dist/doc/latex/pseudo/README.md
/usr/share/texlive/texmf-dist/doc/latex/pseudo/VERSION
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/hilitefig.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/kwfig.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/pausefig.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/readmecode.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/readmefig.svg
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/fig/readmefig.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/pseudo.bib
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/pseudo.pdf
/usr/share/texlive/texmf-dist/doc/latex/pseudo/doc/pseudo.tex
/usr/share/texlive/texmf-dist/doc/latex/pseudo/test
/usr/share/texlive/texmf-dist/doc/latex/pseudo/test/pseudotest.tex
/usr/share/texlive/texmf-dist/tex/latex/pseudo
/usr/share/texlive/texmf-dist/tex/latex/pseudo/pseudo.sty

References

Summary

In this tutorial we learn how to install texlive-pseudo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).