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

Last updated: October 05,2024

1. Install "python3-simplebayes.noarch" package

This tutorial shows how to install python3-simplebayes.noarch on Fedora 34

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

2. Uninstall "python3-simplebayes.noarch" package

Please follow the instructions below to uninstall python3-simplebayes.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:08:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-simplebayes
Version : 1.5.8
Release : 13.fc34
Architecture : noarch
Size : 19 k
Source : python-simplebayes-1.5.8-13.fc34.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.