How to Install and Uninstall libobjenesis-java-doc Package on Kali Linux

Last updated: May 18,2024

1. Install "libobjenesis-java-doc" package

This tutorial shows how to install libobjenesis-java-doc on Kali Linux

$ sudo apt update $ sudo apt install libobjenesis-java-doc

2. Uninstall "libobjenesis-java-doc" package

Here is a brief guide to show you how to uninstall libobjenesis-java-doc on Kali Linux:

$ sudo apt remove libobjenesis-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libobjenesis-java-doc package on Kali Linux

Package: libobjenesis-java-doc
Source: objenesis
Version: 3.3-1
Installed-Size: 2470
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jdk-doc
Suggests: libobjenesis-java
Size: 272960
SHA256: cff977e593324a7cf42044538035bd139ba466b46443d0ba6716f471803f5078
SHA1: 760e2352e13f35a915bafdd67f9c94f40bdfd6ee
MD5sum: ce9092255ef257ba78a9e82187808789
Description: Documentation for Objenesis
Objenesis is a small Java library that serves one purpose: to instantiate a
new object of a particular class.
Java already supports this dynamic instantiation of classes using
Class.newInstance(). However, this only works if the class has an appropriate
constructor. There are many times when a class cannot be instantiated this
way, such as when the class contains:
* Constructors that require arguments.
* Constructors that have side effects.
* Constructors that throw exceptions.
As a result, it is common to see restrictions in libraries stating that
classes must require a default constructor.
Objenesis aims to overcomes these restrictions by bypassing the constructor
on object instantiation.
.
This is the API documentation for Objenesis
Description-md5: c6beba7c9739f156f5e52206464afa6d
Homepage: http://www.objenesis.org/
Tag: devel::doc, devel::lang:java, made-of::html, role::documentation
Section: doc
Priority: optional
Filename: pool/main/o/objenesis/libobjenesis-java-doc_3.3-1_all.deb