How to Install and Uninstall libnaga-java Package on Kali Linux
Last updated: November 22,2024
1. Install "libnaga-java" package
In this section, we are going to explain the necessary steps to install libnaga-java on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libnaga-java
Copied
2. Uninstall "libnaga-java" package
This guide let you learn how to uninstall libnaga-java on Kali Linux:
$
sudo apt remove
libnaga-java
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libnaga-java package on Kali Linux
Package: libnaga-java
Source: naga
Version: 3.0+svn80-5
Installed-Size: 69
Maintainer: Debian Java Maintainers
Architecture: all
Size: 43500
SHA256: 96fcd07fda272dc028a006a0f89bf1642028971d1f29a982a0d8ddf3b6cef0e5
SHA1: 82fb17cefb2a656d77733cadb9417572665b0356
MD5sum: 76cb6498477af561156e7cda77de3c41
Description: 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:
Multi-Arch: foreign
Homepage: https://code.google.com/archive/p/naga/
Section: java
Priority: optional
Filename: pool/main/n/naga/libnaga-java_3.0+svn80-5_all.deb
Source: naga
Version: 3.0+svn80-5
Installed-Size: 69
Maintainer: Debian Java Maintainers
Architecture: all
Size: 43500
SHA256: 96fcd07fda272dc028a006a0f89bf1642028971d1f29a982a0d8ddf3b6cef0e5
SHA1: 82fb17cefb2a656d77733cadb9417572665b0356
MD5sum: 76cb6498477af561156e7cda77de3c41
Description: 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:
Multi-Arch: foreign
Homepage: https://code.google.com/archive/p/naga/
Section: java
Priority: optional
Filename: pool/main/n/naga/libnaga-java_3.0+svn80-5_all.deb