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

Last updated: June 26,2024

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

Here is a brief guide to show you how to install perl-Algorithm-NaiveBayes.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Algorithm-NaiveBayes.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:04:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Algorithm-NaiveBayes
Version : 0.04
Release : 25.fc34
Architecture : noarch
Size : 21 k
Source : perl-Algorithm-NaiveBayes-0.04-25.fc34.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.