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

Last updated: October 06,2024

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

Please follow the instructions below to install perl-Statistics-Contingency.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Statistics-Contingency.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:19:20 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Statistics-Contingency
Version : 0.09
Release : 22.fc35
Architecture : noarch
Size : 19 k
Source : perl-Statistics-Contingency-0.09-22.fc35.src.rpm
Repository : fedora
Summary : Calculate precision, recall, F1, accuracy, etc
URL : https://metacpan.org/release/Statistics-Contingency
License : GPL+ or Artistic
Description : The Statistics::Contingency class helps you calculate several useful
: statistical measures based on 2x2 "contingency tables". I use these
: measures to help judge the results of automatic text categorization
: experiments, but they are useful in other situations as well.