How to Install and Uninstall openjdk-11-jre-dcevm Package on Kali Linux

Last updated: May 12,2024

1. Install "openjdk-11-jre-dcevm" package

This is a short guide on how to install openjdk-11-jre-dcevm on Kali Linux

$ sudo apt update $ sudo apt install openjdk-11-jre-dcevm

2. Uninstall "openjdk-11-jre-dcevm" package

This guide covers the steps necessary to uninstall openjdk-11-jre-dcevm on Kali Linux:

$ sudo apt remove openjdk-11-jre-dcevm $ sudo apt autoclean && sudo apt autoremove

3. Information about the openjdk-11-jre-dcevm package on Kali Linux

Package: openjdk-11-jre-dcevm
Version: 11.0.12+7-1
Installed-Size: 18169
Maintainer: Debian Java Maintainers
Architecture: amd64
Depends: openjdk-11-jre-headless, libc6 (>= 2.29)
Size: 4550536
SHA256: 3aaf2877d910241beaf2c25e4ea332e8fd0e7419d991ede35580c4b84052f40b
SHA1: 27528fe41ba57357e8ac73c69874eb6a4c77dbd6
MD5sum: 74b6637faadfdd3fef85c691268b526d
Description: Alternative VM for OpenJDK 11 with enhanced class redefinition
The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of
the Java HotSpot VM that allows unlimited redefinition of loaded classes
at runtime. The current hotswapping mechanism of the HotSpot VM allows
only changing method bodies. This enhanced VM allows adding and removing
fields and methods as well as changes to the super types of a class.
.
This alternative VM is enabled by adding the -dcevm option when invoking
the java command.
Description-md5: 68e6b77fa629f8c7692e213584cd125f
Multi-Arch: same
Homepage: https://github.com/HotswapProjects/openjdk-jdk11u-dcevm
Section: java
Priority: optional
Filename: pool/main/o/openjdk-11-jre-dcevm/openjdk-11-jre-dcevm_11.0.12+7-1_amd64.deb