How to Install and Uninstall liblingua-stem-snowball-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 28,2024

1. Install "liblingua-stem-snowball-perl" package

Please follow the steps below to install liblingua-stem-snowball-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblingua-stem-snowball-perl

2. Uninstall "liblingua-stem-snowball-perl" package

Learn how to uninstall liblingua-stem-snowball-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove liblingua-stem-snowball-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the liblingua-stem-snowball-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: liblingua-stem-snowball-perl
Priority: optional
Section: universe/perl
Installed-Size: 394
Maintainer: Ubuntu Developers
Original-Maintainer: Dominic Hargreaves
Architecture: amd64
Version: 0.952-2build5
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libl/liblingua-stem-snowball-perl/liblingua-stem-snowball-perl_0.952-2build5_amd64.deb
Size: 71170
MD5sum: 42c90c8c22852c8f4e7fae4de94c77e9
SHA1: 86f07b16f8e5b13dc0e108ebb969942388b6e25e
SHA256: 6a6b15f08bc482cc66b4ce9de26a76ea1a35d604f3609854c166b9c1097e6486
Description-en: Perl interface to Snowball stemmers
Stemming reduces related words to a common root form. For instance, "horse",
"horses", and "horsing" all become "hors". Most commonly, stemming is
deployed as part of a search application, allowing searches for a given term
to match documents which contain other forms of that term.
.
This module is very similar to Lingua::Stem|Lingua::Stem -- however,
Lingua::Stem is pure Perl, while Lingua::Stem::Snowball is an XS module which
provides a Perl interface to the C version of the Snowball stemmers.
(http://snowball.tartarus.org).
Description-md5: 531b72244acf72c95d9d8ea77e541af2
Homepage: http://search.cpan.org/dist/Lingua-Stem-Snowball/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu