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

Last updated: May 17,2024

1. Install "libsezpoz-java" package

This is a short guide on how to install libsezpoz-java on Kali Linux

$ sudo apt update $ sudo apt install libsezpoz-java

2. Uninstall "libsezpoz-java" package

Please follow the guidelines below to uninstall libsezpoz-java on Kali Linux:

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

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

Package: libsezpoz-java
Source: sezpoz
Version: 1.12-1
Installed-Size: 72
Maintainer: Debian Java Maintainers
Architecture: all
Size: 34788
SHA256: d7f4a0cb66fb0f971f9c559f5f857fe09b15ec07f0b565127698c7d7f808535e
SHA1: 59e385e79d836377e1ee9a402c20af0b9aa59100
MD5sum: c2d052ffd508f4cf6bcd41373909698c
Description: Lightweight library for modular service lookups
SezPoz is a lightweight and simple-to-learn library that lets you perform
modular service lookups. It provides some of the same capabilities as
(for example) java.util.ServiceLoader, Eclipse extension points, and NetBeans
Lookup and XML layers. However, SezPoz has some special advantages:
.
* The service registrations are made just using type-checked Java
annotations. There are no configuration files to edit, and your
Java IDE can show you registrations since they are simply usages
of an annotation.
* You can register individual objects (values of static fields or
methods) instead of whole classes.
* You can associate static metadata with each implementation, using
regular annotation values. The caller can choose to inspect the
metadata without loading the actual implementation object
(as with Eclipse extension points).
Description-md5:
Homepage: https://github.com/jglick/sezpoz
Section: java
Priority: optional
Filename: pool/main/s/sezpoz/libsezpoz-java_1.12-1_all.deb