How to Install and Uninstall libdbix-fulltextsearch-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libdbix-fulltextsearch-perl" package

Please follow the step by step instructions below to install libdbix-fulltextsearch-perl on Kali Linux

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

2. Uninstall "libdbix-fulltextsearch-perl" package

This is a short guide on how to uninstall libdbix-fulltextsearch-perl on Kali Linux:

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

3. Information about the libdbix-fulltextsearch-perl package on Kali Linux

Package: libdbix-fulltextsearch-perl
Version: 0.73-12
Installed-Size: 128
Maintainer: Debian Perl Group
Architecture: all
Depends: perl, libparse-recdescent-perl, libdbd-mysql-perl, libwww-perl
Size: 47536
SHA256: 235b110a35b9f5c054b8249209540463245b8ce8b0b3d085669526c9830cc626
SHA1: c7c405fb9bd7809a307273b5b347c7d15ffadc8f
MD5sum: 5d9f77a54988a701b92f1fadd97ae7e5
Description: 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:
Homepage: https://metacpan.org/release/DBIx-FullTextSearch
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-fulltextsearch-perl/libdbix-fulltextsearch-perl_0.73-12_all.deb