How To Install texlive-iopart-num on Fedora 36

In this tutorial we learn how to install texlive-iopart-num in Fedora 36. texlive-iopart-num is Numeric citation style for IOP journals

Introduction

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

What is texlive-iopart-num

A BibTeX style providing numeric citation in Harvard-like format. Intended for use with Institute of Physics (IOP) journals, including Journal of Physics.

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

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

sudo dnf -y install texlive-iopart-num

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

sudo yum -y install texlive-iopart-num

How To Uninstall texlive-iopart-num on Fedora 36

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

sudo dnf remove texlive-iopart-num

texlive-iopart-num Package Contents on Fedora 36

/usr/share/licenses/texlive-iopart-num
/usr/share/licenses/texlive-iopart-num/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/iopart-num
/usr/share/texlive/texmf-dist/bibtex/bst/iopart-num/iopart-num.bst

References

Summary

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