How to Install and Uninstall perl-Statistics-Basic.noarch Package on Fedora 34

Last updated: June 26,2024

1. Install "perl-Statistics-Basic.noarch" package

Please follow the step by step instructions below to install perl-Statistics-Basic.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Statistics-Basic.noarch

2. Uninstall "perl-Statistics-Basic.noarch" package

This guide let you learn how to uninstall perl-Statistics-Basic.noarch on Fedora 34:

$ sudo dnf remove perl-Statistics-Basic.noarch $ sudo dnf autoremove

3. Information about the perl-Statistics-Basic.noarch package on Fedora 34

Last metadata expiration check: 1:23:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Statistics-Basic
Version : 1.6611
Release : 19.fc34
Architecture : noarch
Size : 72 k
Source : perl-Statistics-Basic-1.6611-19.fc34.src.rpm
Repository : fedora
Summary : A collection of very basic statistics modules
URL : https://metacpan.org/release/Statistics-Basic
License : LGPLv2 and LGPLv2+
Description : use Statistics::Basic qw(:all);
:
: my $median = median( 1,2,3 );
: my $mean = mean( [1,2,3]); # array refs are ok too
:
: my $variance = variance( 1,2,3 );
: my $stddev = stddev( 1,2,3 );
:
: my $correlation = correlation( [1 .. 3], [1 .. 3] );