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

Last updated: May 18,2024

1. Install "xapian-tools" package

Please follow the guidelines below to install xapian-tools on Kali Linux

$ sudo apt update $ sudo apt install xapian-tools

2. Uninstall "xapian-tools" package

Learn how to uninstall xapian-tools on Kali Linux:

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

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

Package: xapian-tools
Source: xapian-core (1.4.22-1)
Version: 1.4.22-1+b1
Installed-Size: 698
Maintainer: Olly Betts
Architecture: amd64
Depends: libxapian30 (= 1.4.22-1+b1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 473504
SHA256: 3a6db4551467bccf9dc12d263bf265a8da7e678e44cc60795fbe093734af4bc6
SHA1: bb803a6a62298b19976ef5a2e74dad94b69cd3dc
MD5sum: f4da00ab9514e021439f2b565aaa7cc8
Description: Basic tools for Xapian search engine library
This package contains several tools related to Xapian.
- copydatabase: Copy one or more Xapian databases.
- delve: Inspect the contents of a Xapian database.
- quest: Command line search of a Xapian database.
- xapian-check: Check the validity of a Xapian database.
- xapian-compact: Compact a quartz database, or merge and compact several.
- xapian-progsrv: stdin/stdout based server, for searching databases remotely.
- xapian-tcpsrv: TCP based server, used for searching databases remotely.
- xapian-replicate: Replication client.
- xapian-replicate-server: Replication server.
- xapian-metadata: Inspect or set user metadata in a database.
.
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.
Description-md5:
Homepage: https://xapian.org/
Tag: implemented-in::c++, interface::commandline, role::program,
use::searching, web::search-engine, works-with::text
Section: utils
Priority: optional
Filename: pool/main/x/xapian-core/xapian-tools_1.4.22-1+b1_amd64.deb