How to Install and Uninstall libundertow-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libundertow-java" package

Please follow the instructions below to install libundertow-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libundertow-java

2. Uninstall "libundertow-java" package

Learn how to uninstall libundertow-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libundertow-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libundertow-java
Priority: optional
Section: universe/java
Installed-Size: 2726
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: undertow
Version: 1.3.16-1
Depends: libjboss-classfilewriter-java, libjboss-logging-java, libjboss-xnio-java, libtomcat8-java
Suggests: libundertow-java-doc
Filename: pool/universe/u/undertow/libundertow-java_1.3.16-1_all.deb
Size: 2412170
MD5sum: a8954c73f2c50eb8412585e6716ea5b2
SHA1: af4f9749ca103f08916f19f180922fcb56f85463
SHA256: 52d0c4840c49ef561bdb1e9e7a1391be87c40db5e5b890d266a261c93cefad38
Description-en: 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 3.1 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: c4eee04ac0a52e89ec49472464937ec9
Homepage: http://undertow.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu