How to Install and Uninstall libobjenesis-java Package on Kali Linux
Last updated: December 23,2024
1. Install "libobjenesis-java" package
Here is a brief guide to show you how to install libobjenesis-java on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libobjenesis-java
Copied
2. Uninstall "libobjenesis-java" package
Please follow the guidelines below to uninstall libobjenesis-java on Kali Linux:
$
sudo apt remove
libobjenesis-java
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libobjenesis-java package on Kali Linux
Package: libobjenesis-java
Source: objenesis
Version: 3.3-3
Installed-Size: 76
Maintainer: Debian Java Maintainers
Architecture: all
Size: 41336
SHA256: f151a4df7a98dcce8560bb60adbc4fe95b15272839f3a6dbacdec863d5a1e813
SHA1: ca12100d33aacbb4cecfa03f0eba9d0f6320ffc6
MD5sum: 76f2cd37acb03df0ba4d1dcd5bde5e0f
Description: Java library to instantiate a new object of a particular class
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.
Description-md5:
Homepage: http://www.objenesis.org/
Tag: implemented-in::java, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/o/objenesis/libobjenesis-java_3.3-3_all.deb
Source: objenesis
Version: 3.3-3
Installed-Size: 76
Maintainer: Debian Java Maintainers
Architecture: all
Size: 41336
SHA256: f151a4df7a98dcce8560bb60adbc4fe95b15272839f3a6dbacdec863d5a1e813
SHA1: ca12100d33aacbb4cecfa03f0eba9d0f6320ffc6
MD5sum: 76f2cd37acb03df0ba4d1dcd5bde5e0f
Description: Java library to instantiate a new object of a particular class
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.
Description-md5:
Homepage: http://www.objenesis.org/
Tag: implemented-in::java, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/o/objenesis/libobjenesis-java_3.3-3_all.deb