How to Install and Uninstall jctools.noarch Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "jctools.noarch" package

Please follow the steps below to install jctools.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install jctools.noarch

2. Uninstall "jctools.noarch" package

This tutorial shows how to uninstall jctools.noarch on Rocky Linux 8:

$ sudo dnf remove jctools.noarch $ sudo dnf autoremove

3. Information about the jctools.noarch package on Rocky Linux 8

Last metadata expiration check: 1:59:46 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : jctools
Version : 3.3.0
Release : 3.module+el8.6.0+895+381d2531
Architecture : noarch
Size : 295 k
Source : jctools-3.3.0-3.module+el8.6.0+895+381d2531.src.rpm
Repository : appstream
Summary : Java Concurrency Tools for the JVM
URL : https://github.com/JCTools/JCTools
License : ASL 2.0
Description : This project aims to offer some concurrent data structures
: currently missing from the JDK:
:
: ° SPSC/MPSC/SPMC/MPMC Bounded lock free queues
: ° SPSC/MPSC Unbounded lock free queues
: ° Alternative interfaces for queues
: ° Offheap concurrent ring buffer for ITC/IPC purposes
: ° Single Writer Map/Set implementations
: ° Low contention stats counters
: ° Executor