How to Install and Uninstall perl-Statistics-Basic.noarch Package on Fedora 36
Last updated: January 15,2025
1. Install "perl-Statistics-Basic.noarch" package
Please follow the instructions below to install perl-Statistics-Basic.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
perl-Statistics-Basic.noarch
Copied
2. Uninstall "perl-Statistics-Basic.noarch" package
This guide let you learn how to uninstall perl-Statistics-Basic.noarch on Fedora 36:
$
sudo dnf remove
perl-Statistics-Basic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Statistics-Basic.noarch package on Fedora 36
Last metadata expiration check: 5:32:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Statistics-Basic
Version : 1.6611
Release : 22.fc36
Architecture : noarch
Size : 71 k
Source : perl-Statistics-Basic-1.6611-22.fc36.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] );
Available Packages
Name : perl-Statistics-Basic
Version : 1.6611
Release : 22.fc36
Architecture : noarch
Size : 71 k
Source : perl-Statistics-Basic-1.6611-22.fc36.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] );