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

Last updated: May 18,2024

1. Install "qsf" package

Please follow the guidance below to install qsf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install qsf

2. Uninstall "qsf" package

This tutorial shows how to uninstall qsf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove qsf $ sudo apt autoclean && sudo apt autoremove

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

Package: qsf
Priority: optional
Section: universe/mail
Installed-Size: 203
Maintainer: Ubuntu Developers
Original-Maintainer: Nelson A. de Oliveira
Architecture: amd64
Version: 1.2.7-1build3
Depends: libc6 (>= 2.14), libgdbm3 (>= 1.8.3), libmysqlclient20 (>= 5.7.11), libsqlite0 (>= 2.8.17)
Recommends: procmail | maildrop
Suggests: mail-transport-agent, mysql-server | sqlite, mutt, fetchmail
Filename: pool/universe/q/qsf/qsf_1.2.7-1build3_amd64.deb
Size: 94056
MD5sum: f248bdae21d6ef9a806b9e6f7846c1b0
SHA1: 29a803ce710ded961bccf6300a2a7932f8daaf50
SHA256: b7ccf0d8ab2ce3e8e57d1d935aa24746ffc25189d37a6658c5d047ad67580afd
Description-en: small and fast Bayesian spam filter
Quick Spam Filter (QSF) is an Open Source email classification filter,
designed to be small, fast, and accurate, which works to classify incoming
email as either spam or non-spam.
.
QSF's targets are speed, accuracy and simplicity:
* It is small and is written in C so it starts up quickly, unlike filters
written in Perl.
* It understands MIME and HTML, so it can intelligently deal with modern
spam, unlike older Bayesian filters such as ifile.
* It runs as an inline filter rather than as a daemon, so it is simple to
install.
* It is written to do only one job - decide whether an email is spam or not
using the content of the message alone - so it is less complex than filters
such as SpamAssassin. Less complexity means bugs and security problems are
less likely.
* As well as words and word pairs, QSF also spots special patterns in email
such as runs of gibberish, HTML comments embedded in text, and other common
spam giveaways, and its flexible tokeniser allows more patterns to be added
as spammers change their tactics.
.
Homepage: http://code.google.com/p/qsf/
Description-md5: a8b060daed6486ed01e8244cb0babd80
Tag: implemented-in::c, interface::commandline, mail::filters, role::plugin, role::program, scope::application, use::checking, works-with-format::plaintext, works-with::db, works-with::mail, works-with::text
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu