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

Last updated: May 20,2024

1. Install "libobjenesis-java-doc" package

Please follow the guidelines below to install libobjenesis-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libobjenesis-java-doc" package

Please follow the instructions below to uninstall libobjenesis-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libobjenesis-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 1172
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: objenesis
Version: 2.2-1
Depends: default-jdk-doc
Suggests: libobjenesis-java
Filename: pool/universe/o/objenesis/libobjenesis-java-doc_2.2-1_all.deb
Size: 57406
MD5sum: 8149811c49ceaa19b772bd2cadbb1baf
SHA1: aba572a262c571defeb7ce27d1207d21ec38af27
SHA256: 2909de3f00fd5ffcb06dab53fde3709fe9d357ef930abb162b983f5d1b11d0c3
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
Homepage: http://www.objenesis.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu