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

Last updated: October 06,2024

1. Install "python3-simplebayes.noarch" package

This guide let you learn how to install python3-simplebayes.noarch on Fedora 35

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

2. Uninstall "python3-simplebayes.noarch" package

This guide covers the steps necessary to uninstall python3-simplebayes.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:50:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-simplebayes
Version : 1.5.8
Release : 15.fc35
Architecture : noarch
Size : 19 k
Source : python-simplebayes-1.5.8-15.fc35.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.