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

Last updated: May 06,2024

1. Install "ruby-xapian" package

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

$ sudo apt update $ sudo apt install ruby-xapian

2. Uninstall "ruby-xapian" package

Please follow the instructions below to uninstall ruby-xapian on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-xapian
Priority: optional
Section: universe/ruby
Installed-Size: 1001
Maintainer: Ubuntu Developers
Original-Maintainer: Olly Betts
Architecture: amd64
Source: xapian-bindings
Version: 1.2.22-2build1
Replaces: libxapian-ruby1.8 (<< 1.2.15-1~), libxapian-ruby1.9.1 (<< 1.2.15-1~)
Depends: ruby | ruby-interpeter, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), libxapian22v5 (>= 1.2.22)
Suggests: xapian-doc
Breaks: libxapian-ruby1.8 (<< 1.2.15-1~), libxapian-ruby1.9.1 (<< 1.2.15-1~)
Filename: pool/universe/x/xapian-bindings/ruby-xapian_1.2.22-2build1_amd64.deb
Size: 145450
MD5sum: 3ffec985ba60f49bfc579b26ab951461
SHA1: 4818866f651967ecc7f5aeeadd1200dc1c30dcff
SHA256: 67e24f9b358a25281dd0ed56269972282a6a22a6dbdf292eb204261f500ee368
Description-en: Xapian search engine interface for Ruby
This package provides Xapian Ruby bindings built for Ruby.
.
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 Ruby bindings provide an interface to the Xapian library from the
Ruby programming language, allowing both indexing and retrieval operations.
Description-md5: 155416825fad5ae46c51ab424d398102
Homepage: https://xapian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu