How To Install texlive-phonenumbers on Fedora 36

In this tutorial we learn how to install texlive-phonenumbers in Fedora 36. texlive-phonenumbers is Typesetting telephone numbers with LaTeX.

Introduction

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

What is texlive-phonenumbers

The phonenumbers package makes it possible to typeset telephone numbers according to different national conventions. German, Austrian, French, British and North American phone numbers are supported. Phone numbers from other countries are supported rudimentarily. The user can select from various formatting options, including the additional output of the country calling code. The package is able to check if a phone number is valid according to the national rules. It also allows to link phone numbers using the hyperref package.

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

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

sudo dnf -y install texlive-phonenumbers

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

sudo yum -y install texlive-phonenumbers

How To Uninstall texlive-phonenumbers on Fedora 36

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

sudo dnf remove texlive-phonenumbers

texlive-phonenumbers Package Contents on Fedora 36

/usr/share/licenses/texlive-phonenumbers
/usr/share/licenses/texlive-phonenumbers/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/Literatur.bib
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/README
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/phonenumbers-de.pdf
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/phonenumbers-de.tex
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/phonenumbers-en.pdf
/usr/share/texlive/texmf-dist/doc/latex/phonenumbers/phonenumbers-en.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-AT_Ortsnamen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-AT_Vorwahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-DE_Ortsnamen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-DE_Vorwahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-FR_Ortsnamen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-FR_Vorwahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-Landeskennzahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-UK_Ortsnamen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-UK_Vorwahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-US_Ortsnamen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phn-US_Vorwahlen.tex
/usr/share/texlive/texmf-dist/tex/latex/phonenumbers/phonenumbers.sty

References

Summary

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