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

Last updated: May 19,2024

1. Install "libnaga-java" package

This tutorial shows how to install libnaga-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnaga-java

2. Uninstall "libnaga-java" package

This tutorial shows how to uninstall libnaga-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnaga-java
Priority: optional
Section: universe/java
Installed-Size: 187
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: naga
Version: 2.1-3
Filename: pool/universe/n/naga/libnaga-java_2.1-3_all.deb
Size: 112826
MD5sum: a94bd1c3b205e620fd364295b16335da
SHA1: 667a84fbb9090988e6255ef0daf493342dcf6148
SHA256: 8eb8a38acad96999e0553325f96d3f242ea652531b16bcef4b3cf7cc8960c03e
Description-en: Simplified Java NIO asynchronous sockets
Naga aims to be a very small NIO library that provides a handful of java
classes to wrap the usual Socket and ServerSocket with asynchronous NIO
counterparts.
.
All of this is driven from a single thread, making it useful for both client
(e.g. allowing I/O to be done in the AWT-thread without any need for threads)
and server programming (1 thread for all connections instead of 2
threads/connection).
.
Naga contains the code needed to get NIO up and running without having to code
partially read buffers and setting various selection key flags.
Description-md5: 0dcf32eb94885ccb1351b3ffe18fe908
Homepage: http://code.google.com/p/naga/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu