How To Install texlive-algpseudocodex on Fedora 36

In this tutorial we learn how to install texlive-algpseudocodex in Fedora 36. texlive-algpseudocodex is Package for typesetting pseudocode

Introduction

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

What is texlive-algpseudocodex

This package allows typesetting pseudocode in LaTeX. It is based on algpseudocode from the algorithmicx package and uses the same syntax, but adds several new features and improvements. Notable features include customizable indent guide lines and the ability to draw boxes around parts of the code for highlighting differences. This package also has better support for long code lines spanning several lines and improved comments.

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

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

sudo dnf -y install texlive-algpseudocodex

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

sudo yum -y install texlive-algpseudocodex

How To Uninstall texlive-algpseudocodex on Fedora 36

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

sudo dnf remove texlive-algpseudocodex

texlive-algpseudocodex Package Contents on Fedora 36

/usr/share/licenses/texlive-algpseudocodex
/usr/share/licenses/texlive-algpseudocodex/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/algpseudocodex
/usr/share/texlive/texmf-dist/doc/latex/algpseudocodex/README.md
/usr/share/texlive/texmf-dist/doc/latex/algpseudocodex/documentation.pdf
/usr/share/texlive/texmf-dist/doc/latex/algpseudocodex/documentation.tex
/usr/share/texlive/texmf-dist/tex/latex/algpseudocodex
/usr/share/texlive/texmf-dist/tex/latex/algpseudocodex/algpseudocodex.sty

References

Summary

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