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

Last updated: November 29,2024

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

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

$ 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 38:

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

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

Last metadata expiration check: 1:30:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Algorithm-NaiveBayes
Version : 0.04
Release : 31.fc38
Architecture : noarch
Size : 20 k
Source : perl-Algorithm-NaiveBayes-0.04-31.fc38.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.