How To Install texlive-lstfiracode on Fedora 36

In this tutorial we learn how to install texlive-lstfiracode in Fedora 36. texlive-lstfiracode is Use Fira Code font for listings

Introduction

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

What is texlive-lstfiracode

The lstfiracode package defines FiraCodeStyle for the use with the listings package. This style contains almost all ligatures in Nikita Prokopov’s Fira Code family of fonts.

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

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

sudo dnf -y install texlive-lstfiracode

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

sudo yum -y install texlive-lstfiracode

How To Uninstall texlive-lstfiracode on Fedora 36

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

sudo dnf remove texlive-lstfiracode

texlive-lstfiracode Package Contents on Fedora 36

/usr/share/licenses/texlive-lstfiracode
/usr/share/licenses/texlive-lstfiracode/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/lstfiracode
/usr/share/texlive/texmf-dist/doc/latex/lstfiracode/README.md
/usr/share/texlive/texmf-dist/doc/latex/lstfiracode/lstfiracode.pdf
/usr/share/texlive/texmf-dist/doc/latex/lstfiracode/lstfiracode.tex
/usr/share/texlive/texmf-dist/tex/latex/lstfiracode
/usr/share/texlive/texmf-dist/tex/latex/lstfiracode/lstfiracode.sty

References

Summary

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