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

Last updated: September 20,2024

1. Install "libsezpoz-java" package

Please follow the guidance below to install libsezpoz-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsezpoz-java

2. Uninstall "libsezpoz-java" package

Please follow the steps below to uninstall libsezpoz-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsezpoz-java
Priority: optional
Section: universe/java
Installed-Size: 118
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: sezpoz
Version: 1.10-2
Depends: libanimal-sniffer-java
Filename: pool/universe/s/sezpoz/libsezpoz-java_1.10-2_all.deb
Size: 32564
MD5sum: 5a098581f2b4b6d39619a2c21a4473cb
SHA1: aaf5f5bc78f8b9845a5a37f2c089d92f6aafcd10
SHA256: 443cf3dc55bf52324c32c7e170d148c929adaaa7a8497140ea3798aa910534f2
Description-en: 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: 5cd5bb7c400e08dd1695433ab9eaf709
Homepage: https://github.com/jglick/sezpoz
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu