How To Install texlive-parselines on Fedora 36

In this tutorial we learn how to install texlive-parselines in Fedora 36. texlive-parselines is Apply a macro to each line of an environment

Introduction

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

What is texlive-parselines

The package defines an environment “parse lines” which processes each line of an environment with a macro. An example of shading the lines of an environment is given.

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

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

sudo dnf -y install texlive-parselines

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

sudo yum -y install texlive-parselines

How To Uninstall texlive-parselines on Fedora 36

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

sudo dnf remove texlive-parselines

texlive-parselines Package Contents on Fedora 36

/usr/share/licenses/texlive-parselines
/usr/share/licenses/texlive-parselines/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/parselines
/usr/share/texlive/texmf-dist/tex/latex/parselines/parselines.sty

References

Summary

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