How To Install texlive-proba on Fedora 36

In this tutorial we learn how to install texlive-proba in Fedora 36. texlive-proba is Shortcuts commands to symbols used in probability texts

Introduction

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

What is texlive-proba

This package includes some of the most often used commands in probability texts, e.g. probability, expectation, variance, etc. It also includes some short commands for set (blackboard) or filtrations (calligraphic). It requires LaTeX2e and the amsfonts package.

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

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

sudo dnf -y install texlive-proba

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

sudo yum -y install texlive-proba

How To Uninstall texlive-proba on Fedora 36

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

sudo dnf remove texlive-proba

texlive-proba Package Contents on Fedora 36

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

References

Summary

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