How To Install texlive-statistics on Fedora 36
Introduction
In this tutorial we learn how to install texlive-statistics
on Fedora 36.
What is texlive-statistics
The ‘statistics’ package can compute and typeset statistics like frequency tables, cumulative distribution functions (increasing or decreasing, in frequency or absolute count domain), from the counts of individual values, or ranges, or even the raw value list with repetitions. It can also compute and draw a bar diagram in case of individual values, or, when the data repartition is known from ranges, an histogram or the continuous cumulative distribution function. You can ask ‘statistics’ to display no result, selective results or all of them. Similarly ‘statistics’ can draw only some parts of the graphs. Every part of the generated tables or graphics is customizable.
We can use yum
or dnf
to install texlive-statistics
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-statistics.
Install texlive-statistics 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-statistics
using dnf
by running the following command:
sudo dnf -y install texlive-statistics
Install texlive-statistics 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-statistics
using yum
by running the following command:
sudo yum -y install texlive-statistics
How To Uninstall texlive-statistics on Fedora 36
To uninstall only the texlive-statistics
package we can use the following command:
sudo dnf remove texlive-statistics
texlive-statistics Package Contents on Fedora 36
/usr/share/licenses/texlive-statistics
/usr/share/licenses/texlive-statistics/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/statistics
/usr/share/texlive/texmf-dist/doc/latex/statistics/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/statistics/README.md
/usr/share/texlive/texmf-dist/doc/latex/statistics/statistics.pdf
/usr/share/texlive/texmf-dist/tex/latex/statistics
/usr/share/texlive/texmf-dist/tex/latex/statistics/statistics.sty
References
Summary
In this tutorial we learn how to install texlive-statistics
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).