How To Install texlive-algorithmicx on Fedora 36

In this tutorial we learn how to install texlive-algorithmicx in Fedora 36. texlive-algorithmicx is The algorithmic style you always wanted

Introduction

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

What is texlive-algorithmicx

Algorithmicx provides a flexible, yet easy to use, way for inserting good looking pseudocode or source code in your papers. It has built in support for Pseudocode, Pascal and C, and offers powerful means to create definitions for any programming language. The user can adapt a Pseudocode style to his native language.

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

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

sudo dnf -y install texlive-algorithmicx

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

sudo yum -y install texlive-algorithmicx

How To Uninstall texlive-algorithmicx on Fedora 36

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

sudo dnf remove texlive-algorithmicx

texlive-algorithmicx Package Contents on Fedora 36

/usr/share/licenses/texlive-algorithmicx
/usr/share/licenses/texlive-algorithmicx/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algc.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algcompatible.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algmatlab.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algorithmicx.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algpascal.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithmicx/algpseudocode.sty

References

Summary

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