How to Install and Uninstall python3-simplebayes.noarch Package on Fedora 36

Last updated: October 03,2024

1. Install "python3-simplebayes.noarch" package

Here is a brief guide to show you how to install python3-simplebayes.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-simplebayes.noarch

2. Uninstall "python3-simplebayes.noarch" package

This guide let you learn how to uninstall python3-simplebayes.noarch on Fedora 36:

$ sudo dnf remove python3-simplebayes.noarch $ sudo dnf autoremove

3. Information about the python3-simplebayes.noarch package on Fedora 36

Last metadata expiration check: 5:41:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-simplebayes
Version : 1.5.8
Release : 16.fc36
Architecture : noarch
Size : 19 k
Source : python-simplebayes-1.5.8-16.fc36.src.rpm
Repository : fedora
Summary : A memory-based, optional-persistence naïve bayesian text classifier
URL : https://github.com/hickeroar/simplebayes
License : MIT
Description : A memory-based, optional-persistence naïve bayesian text classifier. This work
: is heavily inspired by the python "redisbayes" module and this was written to
: alleviate the network/time requirements when using the bayesian classifier to
: classify large sets of text, or when attempting to train with very large sets
: of sample data.