How to Install and Uninstall jctools.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "jctools.src" package

Please follow the instructions below to install jctools.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jctools.src

2. Uninstall "jctools.src" package

Please follow the guidance below to uninstall jctools.src on Oracle Linux 9:

$ sudo dnf remove jctools.src $ sudo dnf autoremove

3. Information about the jctools.src package on Oracle Linux 9

Last metadata expiration check: 2:15:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jctools
Version : 3.3.0
Release : 3.el9
Architecture : src
Size : 4.0 M
Source : None
Repository : ol9_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