How to Install and Uninstall libdbix-fulltextsearch-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libdbix-fulltextsearch-perl" package

This guide covers the steps necessary to install libdbix-fulltextsearch-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdbix-fulltextsearch-perl

2. Uninstall "libdbix-fulltextsearch-perl" package

Please follow the instructions below to uninstall libdbix-fulltextsearch-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdbix-fulltextsearch-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbix-fulltextsearch-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdbix-fulltextsearch-perl
Priority: optional
Section: universe/perl
Installed-Size: 152
Maintainer: Ubuntu Developers
Original-Maintainer: Dominic Hargreaves
Architecture: all
Version: 0.73-11
Depends: perl, libparse-recdescent-perl, libdbd-mysql-perl, libwww-perl
Filename: pool/universe/libd/libdbix-fulltextsearch-perl/libdbix-fulltextsearch-perl_0.73-11_all.deb
Size: 46032
MD5sum: 253c511f6ce308196df371233023ddaa
SHA1: c4ee3aed7149fdfe64c4679ba081455e7c432061
SHA256: e901b442964e8f60bfafb58ea44a373396eb7ca5be385a4561f050b08ce53c90
Description-en: Indexing documents with MySQL as storage
DBIx::FullTextSearch is a flexible solution for indexing contents of documents.
It uses the MySQL database to store the information about words and
documents and provides Perl interface for indexing new documents,
making changes and searching for matches. For DBIx::FullTextSearch, a document
is nearly anything -- Perl scalar, file, Web document, database field.
.
The basic style of interface is shown above. What you need is a MySQL
database and a DBI with DBD::mysql. Then you create a DBIx::FullTextSearch
index -- a set of tables that maintain all necessary information. Once created
it can be accessed many times, either for updating the index (adding
documents) or searching.
.
DBIx::FullTextSearch uses one basic table to store parameters of the index.
Second table is used to store the actual information about documents and words,
and depending on the type of the index (specified during index creation)
there may be more tables to store additional information (like
conversion from external string names (eg. URL's) to internal numeric
form). For a user, these internal thingies and internal behaviour of the
index are not important. The important part is the API, the methods to
index document and ask questions about words in documents. However,
certain understanding of how it all works may be useful when you are
deciding if this module is for you and what type of index will best
suit your needs.
Description-md5: 00371a289760f15c23fad8ba600aad5c
Homepage: http://search.cpan.org/dist/DBIx-FullTextSearch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu