How to Install and Uninstall jol-cli.noarch Package on Fedora 38

Last updated: January 12,2025

1. Install "jol-cli.noarch" package

Please follow the instructions below to install jol-cli.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install jol-cli.noarch

2. Uninstall "jol-cli.noarch" package

Please follow the instructions below to uninstall jol-cli.noarch on Fedora 38:

$ sudo dnf remove jol-cli.noarch $ sudo dnf autoremove

3. Information about the jol-cli.noarch package on Fedora 38

Last metadata expiration check: 2:53:14 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : jol-cli
Version : 0.17
Release : 1.fc38
Architecture : noarch
Size : 47 k
Source : jol-0.17-1.fc38.src.rpm
Repository : fedora
Summary : Java Object Layout command line interface
URL : https://openjdk.java.net/projects/code-tools/jol/
License : GPL-2.0-only AND GPL-2.0-only WITH Classpath-exception-2.0
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.