How To Install texlive-logical-markup-utils on Fedora 36

In this tutorial we learn how to install texlive-logical-markup-utils in Fedora 36. texlive-logical-markup-utils is Packages for language-dependent inline quotes and dashes

Introduction

In this tutorial we learn how to install texlive-logical-markup-utils on Fedora 36.

What is texlive-logical-markup-utils

The bundle contains two packages quotation marks; and onedash, for inserting dashes. Each package takes a language name as an option; accepted language options are american, british, german and polish.

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

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

sudo dnf -y install texlive-logical-markup-utils

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

sudo yum -y install texlive-logical-markup-utils

How To Uninstall texlive-logical-markup-utils on Fedora 36

To uninstall only the texlive-logical-markup-utils package we can use the following command:

sudo dnf remove texlive-logical-markup-utils

texlive-logical-markup-utils Package Contents on Fedora 36

/usr/share/licenses/texlive-logical-markup-utils
/usr/share/licenses/texlive-logical-markup-utils/gpl3.txt
/usr/share/texlive/texmf-dist/tex/latex/logical-markup-utils
/usr/share/texlive/texmf-dist/tex/latex/logical-markup-utils/onedash.sty
/usr/share/texlive/texmf-dist/tex/latex/logical-markup-utils/quoted.sty

References

Summary

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