How to Install and Uninstall libdbix-fulltextsearch-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 22,2024

1. Install "libdbix-fulltextsearch-perl" package

This guide let you learn how to install libdbix-fulltextsearch-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdbix-fulltextsearch-perl" package

In this section, we are going to explain the necessary steps to uninstall libdbix-fulltextsearch-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdbix-fulltextsearch-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdbix-fulltextsearch-perl
Architecture: all
Version: 0.73-12
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 125
Depends: perl, libparse-recdescent-perl, libdbd-mysql-perl, libwww-perl
Filename: pool/universe/libd/libdbix-fulltextsearch-perl/libdbix-fulltextsearch-perl_0.73-12_all.deb
Size: 44740
MD5sum: b1589591f5edea9a7fc6f47e5a8aab46
SHA1: e9c6fd6c2322c60cb0f7a9343804b317bfd3f2a9
SHA256: 6d7480111ba5c4b01f729a0a6a40c99b7833a4dc211c3b1389b2e6bb71efc2e6
SHA512: 0df8dd74028122e8d5465d7f514db521bdb9ab1985d9f174bff654f1cd87c1a0594a5e9cea83b0480d07b5a7713f203f5e9e080f61277f075bc0c326c04241aa
Homepage: https://metacpan.org/release/DBIx-FullTextSearch
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