How to Install and Uninstall perl-Statistics-Basic.noarch Package on Fedora 38
Last updated: November 27,2024
1. Install "perl-Statistics-Basic.noarch" package
Please follow the instructions below to install perl-Statistics-Basic.noarch on Fedora 38
$
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 38:
$
sudo dnf remove
perl-Statistics-Basic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Statistics-Basic.noarch package on Fedora 38
Last metadata expiration check: 0:05:37 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Statistics-Basic
Version : 1.6611
Release : 25.fc38
Architecture : noarch
Size : 75 k
Source : perl-Statistics-Basic-1.6611-25.fc38.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 : 25.fc38
Architecture : noarch
Size : 75 k
Source : perl-Statistics-Basic-1.6611-25.fc38.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] );