How To Install texlive-luabibentry on Fedora 36

In this tutorial we learn how to install texlive-luabibentry in Fedora 36. texlive-luabibentry is Repeat BibTeX entries in a LuaLaTeX document body

Introduction

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

What is texlive-luabibentry

The package reimplements bibentry, for use in LuaLaTeX.

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

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

sudo dnf -y install texlive-luabibentry

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

sudo yum -y install texlive-luabibentry

How To Uninstall texlive-luabibentry on Fedora 36

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

sudo dnf remove texlive-luabibentry

texlive-luabibentry Package Contents on Fedora 36

/usr/share/licenses/texlive-luabibentry
/usr/share/licenses/texlive-luabibentry/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/lualatex/luabibentry
/usr/share/texlive/texmf-dist/tex/lualatex/luabibentry/luabibentry.lua
/usr/share/texlive/texmf-dist/tex/lualatex/luabibentry/luabibentry.sty

References

Summary

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