How to Install and Uninstall perl-Statistics-Descriptive Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "perl-Statistics-Descriptive" package

Please follow the step by step instructions below to install perl-Statistics-Descriptive on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Statistics-Descriptive

2. Uninstall "perl-Statistics-Descriptive" package

Please follow the instructions below to uninstall perl-Statistics-Descriptive on openSuSE Tumbleweed:

$ sudo zypper remove perl-Statistics-Descriptive

3. Information about the perl-Statistics-Descriptive package on openSuSE Tumbleweed

Information for package perl-Statistics-Descriptive:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Statistics-Descriptive
Version : 3.0801-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 172.0 KiB
Installed : No
Status : not installed
Source package : perl-Statistics-Descriptive-3.0801-1.3.src
Upstream URL : https://metacpan.org/release/Statistics-Descriptive
Summary : Module of basic descriptive statistical functions
Description :
This module provides basic functions used in descriptive statistics. It has
an object oriented design and supports two different types of data storage
and calculation objects: sparse and full. With the sparse method, none of
the data is stored and only a few statistical measures are available. Using
the full method, the entire data set is retained and additional functions
are available.
Whenever a division by zero may occur, the denominator is checked to be
greater than the value '$Statistics::Descriptive::Tolerance', which
defaults to 0.0. You may want to change this value to some small positive
value such as 1e-24 in order to obtain error messages in case of very small
denominators.
Many of the methods (both Sparse and Full) cache values so that subsequent
calls with the same arguments are faster.