How to Install and Uninstall python3-xapian Package on Kali Linux

Last updated: May 13,2024

1. Install "python3-xapian" package

Please follow the steps below to install python3-xapian on Kali Linux

$ sudo apt update $ sudo apt install python3-xapian

2. Uninstall "python3-xapian" package

This guide let you learn how to uninstall python3-xapian on Kali Linux:

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

3. Information about the python3-xapian package on Kali Linux

Package: python3-xapian
Source: xapian-bindings (1.4.22-1)
Version: 1.4.22-1+b2
Installed-Size: 3535
Maintainer: Olly Betts
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), libxapian30 (>= 1.4.19~)
Suggests: xapian-doc
Size: 600864
SHA256: 88cdf52a1bd0f7245a291785187b1871a3a4a35b72bcc13a0063e278f28ef38c
SHA1: 4b23dd7dac7fb919172d014dcbfbbd6fabdfbc2f
MD5sum: ad6291b3e7681ebb47fef2f1d490bb4d
Description: Xapian search engine interface for Python3
This package provides Xapian Python3 bindings.
.
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:
Homepage: https://xapian.org/
Section: python
Priority: optional
Filename: pool/main/x/xapian-bindings/python3-xapian_1.4.22-1+b2_amd64.deb