How To Install texlive-directory on Fedora 36

In this tutorial we learn how to install texlive-directory in Fedora 36. texlive-directory is An address book using BibTeX

Introduction

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

What is texlive-directory

A package for LaTeX and BibTeX that facilitates the construction, maintenance and exploitation of an address book- like database.

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

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

sudo dnf -y install texlive-directory

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

sudo yum -y install texlive-directory

How To Uninstall texlive-directory on Fedora 36

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

sudo dnf remove texlive-directory

texlive-directory Package Contents on Fedora 36

/usr/share/licenses/texlive-directory
/usr/share/licenses/texlive-directory/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bib/directory
/usr/share/texlive/texmf-dist/bibtex/bib/directory/business.bib
/usr/share/texlive/texmf-dist/bibtex/bib/directory/family.bib
/usr/share/texlive/texmf-dist/bibtex/bst/directory
/usr/share/texlive/texmf-dist/bibtex/bst/directory/address-html.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/address-ldif.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/address-vcard.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/address.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/birthday.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/email-html.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/email.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/letter.bst
/usr/share/texlive/texmf-dist/bibtex/bst/directory/phone.bst
/usr/share/texlive/texmf-dist/tex/latex/directory
/usr/share/texlive/texmf-dist/tex/latex/directory/directory.sty

References

Summary

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