How to Install and Uninstall libstemmer-dev Package on Kali Linux

Last updated: May 07,2024

1. Install "libstemmer-dev" package

Please follow the guidelines below to install libstemmer-dev on Kali Linux

$ sudo apt update $ sudo apt install libstemmer-dev

2. Uninstall "libstemmer-dev" package

In this section, we are going to explain the necessary steps to uninstall libstemmer-dev on Kali Linux:

$ sudo apt remove libstemmer-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstemmer-dev package on Kali Linux

Package: libstemmer-dev
Source: snowball (2.2.0-4)
Version: 2.2.0-4+b1
Installed-Size: 1385
Maintainer: Stefano Rivera
Architecture: amd64
Depends: libstemmer0d (= 2.2.0-4+b1)
Size: 144732
SHA256: 4b8779c8e265c0ef3a00f43f493e6d8c041bb8320e8a1635ea616960c8de167a
SHA1: e11d4110ae80e481dce130d555c3b070042d3bb0
MD5sum: d94ccb147a95ea688cedd5d7f293df83
Description: Snowball stemming algorithms, development kit
Snowball provides access to efficient algorithms for calculating a
"stemmed" form of a word. This is a form with most of the common
morphological endings removed; hopefully representing a common
linguistic base form. This is most useful in building search engines
and information retrieval software; for example, a search with stemming
enabled should be able to find a document containing "cycling" given the
query "cycles".
.
Snowball provides algorithms for several (mainly European) languages.
It also provides access to the classic Porter stemming algorithm for
English: although this has been superseded by an improved algorithm, the
original algorithm may be of interest to information retrieval
researchers wishing to reproduce results of earlier experiments.
.
This package contains the static library and header files used in development.
Description-md5:
Multi-Arch: same
Homepage: https://snowballstem.org/
Tag: devel::lang:c, devel::library, field::linguistics, implemented-in::c,
role::devel-lib, role::program, works-with::text
Section: libdevel
Priority: optional
Filename: pool/main/s/snowball/libstemmer-dev_2.2.0-4+b1_amd64.deb