How To Install texlive-binomexp on Fedora 36

In this tutorial we learn how to install texlive-binomexp in Fedora 36. texlive-binomexp is Calculate Pascal’s triangle

Introduction

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

What is texlive-binomexp

The package calculates and prints rows of Pascal’s triangle. It may be used or to print the rows inside an array or tabular.

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

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

sudo dnf -y install texlive-binomexp

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

sudo yum -y install texlive-binomexp

How To Uninstall texlive-binomexp on Fedora 36

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

sudo dnf remove texlive-binomexp

texlive-binomexp Package Contents on Fedora 36

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

References

Summary

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