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

Last updated: May 10,2024

1. Install "tclxapian" package

Please follow the guidelines below to install tclxapian on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tclxapian

2. Uninstall "tclxapian" package

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

$ sudo apt remove tclxapian $ sudo apt autoclean && sudo apt autoremove

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

Package: tclxapian
Priority: optional
Section: universe/libs
Installed-Size: 842
Maintainer: Ubuntu Developers
Original-Maintainer: Olly Betts
Architecture: amd64
Source: xapian-bindings
Version: 1.2.22-2build1
Depends: tcl | tclsh, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxapian22v5 (>= 1.2.22)
Suggests: xapian-doc
Filename: pool/universe/x/xapian-bindings/tclxapian_1.2.22-2build1_amd64.deb
Size: 140582
MD5sum: b43abc4f26b0a9d396cf01c09eace58f
SHA1: 7155c0c6435a61f4c5db0c31a4cfd2aecb9cd71c
SHA256: a4d5b12d4bad57d8a57ea5b467584cec14ac0c15c667dc5b6b6f3177b2e34a49
Description-en: Xapian search engine interface for Tcl
This package provides Xapian Tcl bindings which should work with any version
of Tcl >= 8.1 (by using Tcl's stubs mechanism.)
.
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 Tcl bindings provide an interface to the Xapian library from the
Tcl programming language, allowing both indexing and retrieval operations.
Description-md5: c954556db2e6c10dfe824ad17b9e8099
Homepage: https://xapian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu