How To Install texlive-doipubmed on Fedora 36

In this tutorial we learn how to install texlive-doipubmed in Fedora 36. texlive-doipubmed is Special commands for use in bibliographies

Introduction

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

What is texlive-doipubmed

The package provides the commands \doi, \pubmed and \citeurl. These commands are primarily designed for use in bibliographies. A LaTeX2HTML style file is also provided.

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

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

sudo dnf -y install texlive-doipubmed

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

sudo yum -y install texlive-doipubmed

How To Uninstall texlive-doipubmed on Fedora 36

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

sudo dnf remove texlive-doipubmed

texlive-doipubmed Package Contents on Fedora 36

/usr/share/licenses/texlive-doipubmed
/usr/share/licenses/texlive-doipubmed/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/doipubmed
/usr/share/texlive/texmf-dist/tex/latex/doipubmed/doipubmed.sty

References

Summary

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