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

Last updated: September 22,2024

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

Please follow the guidance below to install perl-Algorithm-NaiveBayes.noarch on Fedora 39

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

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

This is a short guide on how to uninstall perl-Algorithm-NaiveBayes.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:59:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Algorithm-NaiveBayes
Version : 0.04
Release : 32.fc39
Architecture : noarch
Size : 20 k
Source : perl-Algorithm-NaiveBayes-0.04-32.fc39.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.