How To Install texlive-pgfmolbio on Fedora 36

In this tutorial we learn how to install texlive-pgfmolbio in Fedora 36. texlive-pgfmolbio is Draw graphs typically found in molecular biology texts

Introduction

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

What is texlive-pgfmolbio

The package draws graphs typically found in molecular biology texts. Currently, the package contains modules for drawing DNA sequencing chromatograms and protein domain diagrams.

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

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

sudo dnf -y install texlive-pgfmolbio

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

sudo yum -y install texlive-pgfmolbio

How To Uninstall texlive-pgfmolbio on Fedora 36

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

sudo dnf remove texlive-pgfmolbio

texlive-pgfmolbio Package Contents on Fedora 36

/usr/share/licenses/texlive-pgfmolbio
/usr/share/licenses/texlive-pgfmolbio/lppl1.3.txt
/usr/share/texlive/texmf-dist/scripts/pgfmolbio
/usr/share/texlive/texmf-dist/scripts/pgfmolbio/pgfmolbio.lua
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.lua
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.chromatogram.tex
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.convert.tex
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.domains.lua
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.domains.tex
/usr/share/texlive/texmf-dist/tex/lualatex/pgfmolbio/pgfmolbio.sty

References

Summary

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