How To Install texlive-frpseudocode on Fedora 36

In this tutorial we learn how to install texlive-frpseudocode in Fedora 36. texlive-frpseudocode is French translation for the algorithmicx package

Introduction

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

What is texlive-frpseudocode

This package is intended for use alongside Szasz Janos’ algorithmicx package. Its aim is to provide a French translation of terms and words used in algorithms to make it integrate seamlessly in a French written document.

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

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

sudo dnf -y install texlive-frpseudocode

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

sudo yum -y install texlive-frpseudocode

How To Uninstall texlive-frpseudocode on Fedora 36

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

sudo dnf remove texlive-frpseudocode

texlive-frpseudocode Package Contents on Fedora 36

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

References

Summary

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