How to Install and Uninstall perl-Algorithm-NaiveBayes.noarch Package on Fedora 35

Last updated: October 03,2024

1. Install "perl-Algorithm-NaiveBayes.noarch" package

Please follow the steps below to install perl-Algorithm-NaiveBayes.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Algorithm-NaiveBayes.noarch

2. Uninstall "perl-Algorithm-NaiveBayes.noarch" package

This tutorial shows how to uninstall perl-Algorithm-NaiveBayes.noarch on Fedora 35:

$ sudo dnf remove perl-Algorithm-NaiveBayes.noarch $ sudo dnf autoremove

3. Information about the perl-Algorithm-NaiveBayes.noarch package on Fedora 35

Last metadata expiration check: 5:22:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Algorithm-NaiveBayes
Version : 0.04
Release : 27.fc35
Architecture : noarch
Size : 21 k
Source : perl-Algorithm-NaiveBayes-0.04-27.fc35.src.rpm
Repository : fedora
Summary : Bayesian prediction of categories
URL : https://metacpan.org/release/Algorithm-NaiveBayes
License : GPL+ or Artistic
Description : This module implements the classic "Naive Bayes" machine learning
: algorithm. It is a well-studied probabilistic algorithm often used in
: automatic text categorization. Compared to other algorithms (kNN, SVM,
: Decision Trees), it's pretty fast and reasonably competitive in the quality
: of its results.