How to Install and Uninstall libundertow-java Package on Kali Linux

Last updated: May 13,2024

1. Install "libundertow-java" package

In this section, we are going to explain the necessary steps to install libundertow-java on Kali Linux

$ sudo apt update $ sudo apt install libundertow-java

2. Uninstall "libundertow-java" package

Please follow the step by step instructions below to uninstall libundertow-java on Kali Linux:

$ sudo apt remove libundertow-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libundertow-java package on Kali Linux

Package: libundertow-java
Source: undertow
Version: 2.3.8-2
Installed-Size: 3123
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libjakarta-annotation-api-java, libjakarta-servlet-api-java (>= 6.0.0), libjboss-classfilewriter-java, libjboss-logging-java, libjboss-threads-java, libjboss-xnio-java, libtomcat10-java
Size: 2789420
SHA256: 1e62d27c35a568d99832c2510fb1a514b54ab6d4a50d0e6f02376c2c51ff0a75
SHA1: b92fa345da9b386be99a92e713c88c423e0ecf13
MD5sum: 746b1beb0e1de10fa1a9b966662e5d02
Description: flexible performant web server written in Java
Undertow is a flexible performant web server written in Java, providing both
blocking and non-blocking APIs based on NIO.
.
Undertow has a composition based architecture that allows you to build a web
server by combining small single purpose handlers. This gives you the
flexibility to choose between a full Java EE servlet 4.0 container, or a low
level non-blocking handler, to anything in between.
.
Undertow is designed to be fully embeddable, with easy to use fluent builder
APIs. Undertow’s lifecycle is completely controlled by the embedding
application.
Description-md5:
Homepage: https://undertow.io/
Section: java
Priority: optional
Filename: pool/main/u/undertow/libundertow-java_2.3.8-2_all.deb