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

Last updated: May 15,2024

1. Install "python-xapian1.3" package

This guide covers the steps necessary to install python-xapian1.3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xapian1.3

2. Uninstall "python-xapian1.3" package

Please follow the instructions below to uninstall python-xapian1.3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-xapian1.3 $ sudo apt autoclean && sudo apt autoremove

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

Package: python-xapian1.3
Priority: optional
Section: universe/python
Installed-Size: 1571
Maintainer: Ubuntu Developers
Original-Maintainer: Olly Betts
Architecture: amd64
Source: xapian1.3-bindings
Version: 1.3.4-0ubuntu1
Provides: python-xapian, python2.7-xapian1.3
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxapian-1.3-5
Suggests: xapian-doc
Conflicts: python-xapian
Filename: pool/universe/x/xapian1.3-bindings/python-xapian1.3_1.3.4-0ubuntu1_amd64.deb
Size: 256082
MD5sum: 73de27a1289caa0f925fa6af3890c645
SHA1: 9cdbf9dfd8fef13c14471428aa205e19e676ea57
SHA256: 38e6b12670d571b83f42b7db5f0bd5b2c9f2c095eb14757aee2cd593e5d2d50a
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: http://xapian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu