How To Install texlive-albatross on Fedora 36

In this tutorial we learn how to install texlive-albatross in Fedora 36. texlive-albatross is Find fonts that contain a given glyph

Introduction

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

What is texlive-albatross

This is a command line tool for finding fonts that contain a given (Unicode) glyph. It relies on Fontconfig.

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

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

sudo dnf -y install texlive-albatross

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

sudo yum -y install texlive-albatross

How To Uninstall texlive-albatross on Fedora 36

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

sudo dnf remove texlive-albatross

texlive-albatross Package Contents on Fedora 36

/usr/bin/albatross
/usr/share/licenses/texlive-albatross
/usr/share/licenses/texlive-albatross/bsd.txt
/usr/share/man/man1/albatross.1.gz
/usr/share/texlive/texmf-dist/doc/support/albatross
/usr/share/texlive/texmf-dist/doc/support/albatross/README.md
/usr/share/texlive/texmf-dist/doc/support/albatross/albatross-manual.pdf
/usr/share/texlive/texmf-dist/doc/support/albatross/albatross-manual.tex
/usr/share/texlive/texmf-dist/doc/support/albatross/version.tex
/usr/share/texlive/texmf-dist/scripts/albatross
/usr/share/texlive/texmf-dist/scripts/albatross/albatross.jar
/usr/share/texlive/texmf-dist/scripts/albatross/albatross.sh

References

Summary

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