How To Install texlive-showtags on Fedora 36

In this tutorial we learn how to install texlive-showtags in Fedora 36. texlive-showtags is Print the tags of bibliography entries

Introduction

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

What is texlive-showtags

Prints the tag right-aligned on each line of the bibliography.

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

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

sudo dnf -y install texlive-showtags

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

sudo yum -y install texlive-showtags

How To Uninstall texlive-showtags on Fedora 36

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

sudo dnf remove texlive-showtags

texlive-showtags Package Contents on Fedora 36

/usr/share/licenses/texlive-showtags
/usr/share/licenses/texlive-showtags/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/showtags
/usr/share/texlive/texmf-dist/tex/latex/showtags/showtags.sty

References

Summary

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