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

Last updated: June 30,2024

1. Install "jol-cli" package

This guide let you learn how to install jol-cli on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jol-cli

2. Uninstall "jol-cli" package

Please follow the steps below to uninstall jol-cli on openSuSE Tumbleweed:

$ sudo zypper remove jol-cli

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

Information for package jol-cli:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jol-cli
Version : 0.17-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 43.5 KiB
Installed : No
Status : not installed
Source package : jol-0.17-1.3.src
Upstream URL : https://openjdk.java.net/projects/code-tools/jol/
Summary : Java Object Layout command line interface
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 a command line interface to JOL.