How to Install and Uninstall libaeonbits-owner-java Package on Kali Linux

Last updated: May 19,2024

1. Install "libaeonbits-owner-java" package

Here is a brief guide to show you how to install libaeonbits-owner-java on Kali Linux

$ sudo apt update $ sudo apt install libaeonbits-owner-java

2. Uninstall "libaeonbits-owner-java" package

This tutorial shows how to uninstall libaeonbits-owner-java on Kali Linux:

$ sudo apt remove libaeonbits-owner-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libaeonbits-owner-java package on Kali Linux

Package: libaeonbits-owner-java
Source: aeonbits-owner
Version: 1.0.12+ds-3
Installed-Size: 147
Maintainer: Debian Med Packaging Team
Architecture: all
Suggests: libcurator-framework-java (>= 5.4.0)
Size: 94028
SHA256: 2a9b78b07059da0dca4ca6bcf8cff3f05e049b953e179cd80b134eaf64d14ee7
SHA1: 6d048c550d2cc6b0aeae67eeb2e9a2841f782b22
MD5sum: 91e93f08e0713b48ce8c69208ef58352
Description: API to handle application configuration through Java properties file
OWNER was written because the code dealing with the configuration is
frequently repetitive, redundant, it’s made of static classes, singletons,
long list of methods just doing conversion from a string property to a named
method returning a Java primitive or a basic Java object.
.
OWNER solves the problem providing an interface object that
- is easy to mock, easy to pass to other objects (via dependency injection);
- declaratively maps the configuration without any redundancy;
- can easily expand the loading logic in order to have multiple configuration
files, multiple level of overriding (global configuration, user-level,
defaults, etc);
- doesn’t need to have an actual properties file backing the configuration,
if one uses @DefaultValue.
- provides a lot of features, like hot reloading, variables expansion, etc;
- leaves one free to do everything one is already doing with
java.util.Properties;
- does support a super powerful type conversion, which includes arrays,
collections, many standard Java objects, and even the possibility to plug
one's own conversion logic.
Description-md5:
Multi-Arch: foreign
Homepage: https://owner.aeonbits.org/
Section: java
Priority: optional
Filename: pool/main/a/aeonbits-owner/libaeonbits-owner-java_1.0.12+ds-3_all.deb