How To Install perl-Statistics-CaseResampling on Fedora 36

In this tutorial we learn how to install perl-Statistics-CaseResampling in Fedora 36. perl-Statistics-CaseResampling is Resampling and calculation of medians with confidence intervals

Introduction

In this tutorial we learn how to install perl-Statistics-CaseResampling on Fedora 36.

What is perl-Statistics-CaseResampling

The purpose of this module is to calculate the median (or in principle also other statistics) with confidence intervals on a sample. To do that, it uses a technique called boot-strapping. In a nutshell, it resamples the sample a lot of times and for each resample, it calculates the median. From the distribution of medians, it then calculates the confidence limits.

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

Install perl-Statistics-CaseResampling 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 perl-Statistics-CaseResampling using dnf by running the following command:

sudo dnf -y install perl-Statistics-CaseResampling

Install perl-Statistics-CaseResampling 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 perl-Statistics-CaseResampling using yum by running the following command:

sudo yum -y install perl-Statistics-CaseResampling

How To Uninstall perl-Statistics-CaseResampling on Fedora 36

To uninstall only the perl-Statistics-CaseResampling package we can use the following command:

sudo dnf remove perl-Statistics-CaseResampling

perl-Statistics-CaseResampling Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9d6d3756afe5c97b76d3c8043040c3e57fb6d3
/usr/lib64/perl5/vendor_perl/Statistics
/usr/lib64/perl5/vendor_perl/Statistics/CaseResampling.pm
/usr/lib64/perl5/vendor_perl/auto/Statistics
/usr/lib64/perl5/vendor_perl/auto/Statistics/CaseResampling
/usr/lib64/perl5/vendor_perl/auto/Statistics/CaseResampling/CaseResampling.so
/usr/share/doc/perl-Statistics-CaseResampling
/usr/share/doc/perl-Statistics-CaseResampling/Changes
/usr/share/doc/perl-Statistics-CaseResampling/README
/usr/share/man/man3/Statistics::CaseResampling.3pm.gz

References

Summary

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