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

Last updated: May 18,2024

1. Install "liblucene-queryparser-perl" package

Please follow the guidance below to install liblucene-queryparser-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblucene-queryparser-perl

2. Uninstall "liblucene-queryparser-perl" package

Please follow the step by step instructions below to uninstall liblucene-queryparser-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblucene-queryparser-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: liblucene-queryparser-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Dominic Hargreaves
Architecture: all
Version: 1.04-2
Depends: perl (>= 5.6.0-16), perl-modules
Filename: pool/universe/libl/liblucene-queryparser-perl/liblucene-queryparser-perl_1.04-2_all.deb
Size: 8498
MD5sum: 638da1c3ccb52c72c831f036164462c1
SHA1: 5b72a9247901c6718654fd9b8b37bd4199da59a1
SHA256: 5dd976c20574b8eae3aff95708a723e9a7e9250a608041862025e2f2070116c7
Description-en: Turn a Lucene query into a Perl data structure
This module parses a Lucene query. It deals with fields, types, phrases,
subqueries, and so on; everything handled by the SimpleQuery class in
Lucene. The data structure is similar to the one given above, and is
pretty self-explanatory.
.
The other function, deparse_query turns such a data structure back into
a Lucene query string. This is useful if you've just been mucking about
with the data.
Description-md5: 51fa1e4710f0d85de78f80a6c68d1ab4
Homepage: http://search.cpan.org/dist/Lucene-QueryParser/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu