How To Install texlive-bigintcalc on Fedora 36

In this tutorial we learn how to install texlive-bigintcalc in Fedora 36. texlive-bigintcalc is Integer calculations on very large numbers

Introduction

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

What is texlive-bigintcalc

This package provides expandable arithmetic operations with big integers that can exceed TeX’s number limits.

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

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

sudo dnf -y install texlive-bigintcalc

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

sudo yum -y install texlive-bigintcalc

How To Uninstall texlive-bigintcalc on Fedora 36

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

sudo dnf remove texlive-bigintcalc

texlive-bigintcalc Package Contents on Fedora 36

/usr/share/licenses/texlive-bigintcalc
/usr/share/licenses/texlive-bigintcalc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/bigintcalc
/usr/share/texlive/texmf-dist/doc/latex/bigintcalc/README.md
/usr/share/texlive/texmf-dist/doc/latex/bigintcalc/bigintcalc.pdf
/usr/share/texlive/texmf-dist/tex/generic/bigintcalc
/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty

References

Summary

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