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

Last updated: July 03,2024

1. Install "jol-cli.noarch" package

In this section, we are going to explain the necessary steps to install jol-cli.noarch on Fedora 34

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

2. Uninstall "jol-cli.noarch" package

This guide covers the steps necessary to uninstall jol-cli.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:47:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : jol-cli
Version : 0.16
Release : 1.fc34
Architecture : noarch
Size : 44 k
Source : jol-0.16-1.fc34.src.rpm
Repository : updates
Summary : Java Object Layout command line interface
URL : https://openjdk.java.net/projects/code-tools/jol/
License : GPLv2 with exceptions
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.