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

Last updated: July 05,2024

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

Learn how to install perl-Algorithm-NaiveBayes.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Algorithm-NaiveBayes.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:31:48 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Algorithm-NaiveBayes
Version : 0.04
Release : 28.fc36
Architecture : noarch
Size : 21 k
Source : perl-Algorithm-NaiveBayes-0.04-28.fc36.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.