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

Last updated: May 10,2024

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

Here is a brief guide to show you how to install perl-Statistics-Basic.noarch on Fedora 35

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

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

Please follow the steps below to uninstall perl-Statistics-Basic.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:32:48 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Statistics-Basic
Version : 1.6611
Release : 21.fc35
Architecture : noarch
Size : 71 k
Source : perl-Statistics-Basic-1.6611-21.fc35.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] );