How to Install and Uninstall spambayes Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "spambayes" package

Please follow the step by step instructions below to install spambayes on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install spambayes

2. Uninstall "spambayes" package

Please follow the guidance below to uninstall spambayes on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove spambayes $ sudo apt autoclean && sudo apt autoremove

3. Information about the spambayes package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: spambayes
Priority: optional
Section: universe/mail
Installed-Size: 1338
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: all
Version: 1.1b1-1
Depends: python (>= 2.7), python (<< 2.8), python-lockfile, python-dns
Filename: pool/universe/s/spambayes/spambayes_1.1b1-1_all.deb
Size: 355552
MD5sum: 1e8e53da27c62b06eb6b4f0a0329e792
SHA1: c049acec3afc11271ed3c740f7936567b89fe919
SHA256: 9c27e007823268898dc3b39b93039c47122bf8114a6b32d665e9e86cad215b08
Description-en: Python-based spam filter using statistical analysis
SpamBayes uses a different set of algorithm to most statistical spam
filters, which enables to dramatically lower the number of legitimate
mail classified as spam, through the introduction of an 'unsure'
category.
.
SpamBayes can be used as a POP3 or an IMAP proxy, as well as a simple
mail filter for use with procmail.
Description-md5: 6049ee259e31b645c24c76566c9cbc13
Homepage: http://spambayes.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu