How To Install texlive-vertbars on Fedora 36

In this tutorial we learn how to install texlive-vertbars in Fedora 36. texlive-vertbars is Mark vertical rules in margin of text

Introduction

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

What is texlive-vertbars

This package is an extension to lineno, replacing that package’s line numbers with bars to the left or right of the text.

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

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

sudo dnf -y install texlive-vertbars

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

sudo yum -y install texlive-vertbars

How To Uninstall texlive-vertbars on Fedora 36

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

sudo dnf remove texlive-vertbars

texlive-vertbars Package Contents on Fedora 36

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

References

Summary

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