How to Install and Uninstall opennlp Package on Kali Linux

Last updated: May 19,2024

1. Install "opennlp" package

This is a short guide on how to install opennlp on Kali Linux

$ sudo apt update $ sudo apt install opennlp

2. Uninstall "opennlp" package

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

$ sudo apt remove opennlp $ sudo apt autoclean && sudo apt autoremove

3. Information about the opennlp package on Kali Linux

Package: opennlp
Source: apache-opennlp
Version: 2.3.2-1
Installed-Size: 18
Maintainer: Debian Science Maintainers
Architecture: all
Depends: libapache-opennlp-java (= 2.3.2-1)
Size: 5876
SHA256: 2f74cb89eed29132265c5672c91418e308757454b7f9f122d08a3280682e45cd
SHA1: b4e3b0bb2a91e7fa18ebb6cdad327afd856c5af2
MD5sum: 8fff4f69d5327d956573d5ae73605b36
Description: wrapper for Apache OpenNLP natural language text processing toolkit
The Apache OpenNLP library is a machine learning based toolkit for the
processing of natural language text. It supports the most common NLP tasks,
such as tokenization, sentence segmentation, part-of-speech tagging, named
entity extraction, chunking, parsing, and coreference resolution. These tasks
are usually required to build more advanced text processing services. OpenNLP
also included maximum entropy and perceptron based machine learning.
.
This package contains the command line wrapper.
Description-md5:
Homepage: https://opennlp.apache.org
Section: java
Priority: optional
Filename: pool/main/a/apache-opennlp/opennlp_2.3.2-1_all.deb