How to Install libnetty-java in Ubuntu 18.04



Install libnetty-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libnetty-java

Description:

Java NIO client/server socket framework

Netty is a Java NIO client/server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Homepage: http://netty.io/

Version: 1:4.1.7-4

Section: universe/java