How to Install and Uninstall python3-simplebayes Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-simplebayes" package

In this section, we are going to explain the necessary steps to install python3-simplebayes on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-simplebayes

2. Uninstall "python3-simplebayes" package

This is a short guide on how to uninstall python3-simplebayes on openSUSE Leap:

$ sudo zypper remove python3-simplebayes

3. Information about the python3-simplebayes package on openSUSE Leap

Information for package python3-simplebayes:
--------------------------------------------
Repository : Main Repository
Name : python3-simplebayes
Version : 1.5.8-bp155.2.45
Arch : noarch
Vendor : openSUSE
Installed Size : 53.1 KiB
Installed : No
Status : not installed
Source package : python-simplebayes-1.5.8-bp155.2.45.src
Upstream URL : https://github.com/hickeroar/simplebayes
Summary : A memory-based, optional-persistence naïve bayesian text classifier
Description :
A memory-based, optional-persistence naïve bayesian text classifier
heavily inspired by the python "redisbayes" module.