How to Install and Uninstall jctools.noarch Package on Rocky Linux 9
Last updated: March 03,2025
1. Install "jctools.noarch" package
This guide let you learn how to install jctools.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
jctools.noarch
Copied
2. Uninstall "jctools.noarch" package
Please follow the instructions below to uninstall jctools.noarch on Rocky Linux 9:
$
sudo dnf remove
jctools.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the jctools.noarch package on Rocky Linux 9
Last metadata expiration check: 1:59:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : jctools
Version : 3.3.0
Release : 3.el9
Architecture : noarch
Size : 291 k
Source : jctools-3.3.0-3.el9.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
Available Packages
Name : jctools
Version : 3.3.0
Release : 3.el9
Architecture : noarch
Size : 291 k
Source : jctools-3.3.0-3.el9.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