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

Last updated: May 17,2024

1. Install "libspi-java" package

Please follow the steps below to install libspi-java on Kali Linux

$ sudo apt update $ sudo apt install libspi-java

2. Uninstall "libspi-java" package

This guide let you learn how to uninstall libspi-java on Kali Linux:

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

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

Package: libspi-java
Version: 0.2.7-1
Installed-Size: 47
Maintainer: Debian Java Maintainers
Architecture: all
Size: 26476
SHA256: 5928e9eb8e248fc11ddb48cb7c345ed9773b87c83bb359441ee3cb9c88fba3fd
SHA1: 3856e434822dd5c8213f196167bf5ade103333c9
MD5sum: 3e21fd96e9a821d6d2c18ba3a1c6a6ad
Description: Simplifies usage of Java Service Provider Interface
The usage of the Service Provider Interface in Java is a great way to make your
program more extensible. However, implementing and distributing such an
Interface is error prone.
.
One of the reasons is that the system depends on naming schemes and text files.
The name of an implementation should be put in a text file, located on the
classpath in a folder called META-INF/services/.
.
This project allows the programmer to use an Annotation, @ProviderFor, to flag
a class as an implementation of a certain interface. During compilation, the
necessary files are created at the appropriate locations. Also, the class is
inspected to see if it follows all rules applicable to Service Providers.
Compile time errors will be generated if those rules are broken, assisting the
programmer to create more robust code.
Description-md5:
Homepage: https://github.com/rspilker/spi
Section: java
Priority: optional
Filename: pool/main/libs/libspi-java/libspi-java_0.2.7-1_all.deb