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

Last updated: May 20,2024

1. Install "jol-core.noarch" package

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

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

2. Uninstall "jol-core.noarch" package

Learn how to uninstall jol-core.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:51:10 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : jol-core
Version : 0.17
Release : 1.fc38
Architecture : noarch
Size : 124 k
Source : jol-0.17-1.fc38.src.rpm
Repository : fedora
Summary : Java Object Layout core classes
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 the core classes for JOL.