How to Install and Uninstall libobjenesis-java-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "libobjenesis-java-doc" package

Learn how to install libobjenesis-java-doc on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libobjenesis-java-doc" package

This tutorial shows how to uninstall libobjenesis-java-doc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libobjenesis-java-doc package on Ubuntu 21.10 (Impish Indri)

Package: libobjenesis-java-doc
Architecture: all
Version: 3.1-1
Priority: optional
Section: universe/doc
Source: objenesis
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2549
Depends: default-jdk-doc
Suggests: libobjenesis-java
Filename: pool/universe/o/objenesis/libobjenesis-java-doc_3.1-1_all.deb
Size: 279796
MD5sum: c1e5b50169143190428552e16439689c
SHA1: 33309bdfcb390c4bb4cf5eabc6605b66600e3895
SHA256: 8eb74cf71defceb3e5cd38e78736c807e5686b261ee0889077e68151c597be4c
SHA512: 31665a7331b23c174a395589b037696a3cdbb1c88f7fa86902cecb2ddc2ba38c5de621be6fd4dabc0486965a839f3786e28e5ab6a9b45be34822a5ab92eb527b
Homepage: http://www.objenesis.org/
Description-en: 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