How To Install texlive-libertinus-fonts on Fedora 36

In this tutorial we learn how to install texlive-libertinus-fonts in Fedora 36. texlive-libertinus-fonts is The Libertinus font family

Introduction

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

What is texlive-libertinus-fonts

This is a fork of the Linux Libertine and Linux Biolinum fonts that started as an OpenType math companion of the Libertine font family, but grown as a full fork to address some of the bugs in the fonts. The family consists of forked from Linux Libertine. Libertinus Sans Biolinum. Libertinus Mono Libertinus Math math-capable applications like LuaTeX, XeTeX or MS Word 2007+.

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

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

sudo dnf -y install texlive-libertinus-fonts

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

sudo yum -y install texlive-libertinus-fonts

How To Uninstall texlive-libertinus-fonts on Fedora 36

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

sudo dnf remove texlive-libertinus-fonts

texlive-libertinus-fonts Package Contents on Fedora 36

/usr/share/appdata/libertinus-fonts.metainfo.xml
/usr/share/fonts/libertinus-fonts
/usr/share/licenses/texlive-libertinus-fonts
/usr/share/licenses/texlive-libertinus-fonts/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/AUTHORS.txt
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTING.md
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/CONTRIBUTORS.txt
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/Design-Guidelines.md
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/FONTLOG.txt
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/Features.md
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/Math-Sample.pdf
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/OFL.txt
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/Opentype-Features.pdf
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/README.md
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/Sample.pdf
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/libertinus.css
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/preview.pdf
/usr/share/texlive/texmf-dist/doc/fonts/libertinus-fonts/preview.svg
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusKeyboard-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMath-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusMono-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Bold.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Italic.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSans-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Bold.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-BoldItalic.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Italic.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-Semibold.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerif-SemiboldItalic.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifDisplay-Regular.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/libertinus-fonts/LibertinusSerifInitials-Regular.otf

References

Summary

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