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

Last updated: May 20,2024

1. Install "libspin-java" package

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

$ sudo apt update $ sudo apt install libspin-java

2. Uninstall "libspin-java" package

This guide covers the steps necessary to uninstall libspin-java on Kali Linux:

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

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

Package: libspin-java
Version: 1.5+dfsg-9
Installed-Size: 89
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libcglib-nodep-java (>= 3.3.0)
Size: 61444
SHA256: e25b8f2972fda43dac65068455c522ffe91b6580f9e6aa6e7bee4b6b702e3fbe
SHA1: 3f00b1189ca66be556b4bc45ec2b56f01c5b7dba
MD5sum: fdf18094644119dd7536231dc8752b6d
Description: transparent threading solution for non-freezing Swing applications
Swing is the standard component architecture for developing Java desktop
applications. Its exhaustive collection of widgets is the foundation for
easy development of rich graphical user interfaces (GUI).
.
Alas every non trivial GUI sooner or later encounters the problem of
"freeze". This annoying behaviour is experienced by users every time the
application performs extensive calculations or blocks for network or disk
I/O.
.
Spin offers a revolutionary new approach. It offers transparent thread
handling with minimal impact on your application code.
Description-md5:
Homepage: http://spin.sourceforge.net
Tag: devel::lang:java, devel::library, implemented-in::java, role::devel-lib
Section: java
Priority: optional
Filename: pool/main/libs/libspin-java/libspin-java_1.5+dfsg-9_all.deb