How to Install and Uninstall python-xapian Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python-xapian" package

Please follow the guidance below to install python-xapian on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xapian

2. Uninstall "python-xapian" package

This guide let you learn how to uninstall python-xapian on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-xapian $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-xapian package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-xapian
Priority: optional
Section: python
Installed-Size: 1287
Maintainer: Ubuntu Developers
Original-Maintainer: Olly Betts
Architecture: amd64
Source: xapian-bindings
Version: 1.2.22-2build1
Provides: python2.7-xapian
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxapian22v5 (>= 1.2.22)
Suggests: xapian-doc
Filename: pool/main/x/xapian-bindings/python-xapian_1.2.22-2build1_amd64.deb
Size: 206752
MD5sum: a054fa2794b28126f5ccf9b50a9e40b5
SHA1: 20e17ee9728bc179a27698269eb110f3245a97bd
SHA256: e1ab2f3b88537f8ac27b58bf4d32fc0a39b9da91edaa93eeddba06f6c4efa681
Description-en: Xapian search engine interface for Python
This package provides Xapian Python bindings for all the packaged versions
of Python.
.
The Xapian search engine library is a highly adaptable toolkit which allows
developers to easily add advanced indexing and search facilities to their own
applications. It implements the probabilistic model of information retrieval,
and provides facilities for performing ranked free-text searches, relevance
feedback, phrase searching, boolean searching, stemming, and simultaneous
update and searching. It is highly scalable, and is capable of working with
collections containing hundreds of millions of documents.
.
The Xapian Python bindings provide an interface to the Xapian library from the
Python programming language, allowing both indexing and retrieval operations.
Description-md5: e2495f28fd3fba43201c82e444852920
Homepage: https://xapian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntukylin-desktop