How to Install and Uninstall jol-javadoc Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "jol-javadoc" package

This is a short guide on how to install jol-javadoc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jol-javadoc

2. Uninstall "jol-javadoc" package

Please follow the guidelines below to uninstall jol-javadoc on openSuSE Tumbleweed:

$ sudo zypper remove jol-javadoc

3. Information about the jol-javadoc package on openSuSE Tumbleweed

Information for package jol-javadoc:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jol-javadoc
Version : 0.17-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : jol-0.17-1.3.src
Upstream URL : https://openjdk.java.net/projects/code-tools/jol/
Summary : Javadoc for Java Object Layout
Description :
JOL (Java Object Layout) is a tiny toolbox to analyze Java object
layouts. These tools use Unsafe, JVMTI, and Serviceability Agent (SA)
heavily to decode the actual object layout, footprint, and references.
This makes JOL much more accurate than other tools relying on heap dumps,
specification assumptions, etc.
This package contains the API documentation for JOL.