How to Install and Uninstall jctools Package on openSUSE Leap
Last updated: November 08,2024
1. Install "jctools" package
In this section, we are going to explain the necessary steps to install jctools on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
jctools
Copied
2. Uninstall "jctools" package
Please follow the guidelines below to uninstall jctools on openSUSE Leap:
$
sudo zypper remove
jctools
Copied
3. Information about the jctools package on openSUSE Leap
Information for package jctools:
--------------------------------
Repository : Main Repository
Name : jctools
Version : 3.3.0-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 348.3 KiB
Installed : No
Status : not installed
Source package : jctools-3.3.0-150200.3.4.3.src
Upstream URL : https://github.com/JCTools/JCTools
Summary : Java Concurrency Tools for the JVM
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
--------------------------------
Repository : Main Repository
Name : jctools
Version : 3.3.0-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 348.3 KiB
Installed : No
Status : not installed
Source package : jctools-3.3.0-150200.3.4.3.src
Upstream URL : https://github.com/JCTools/JCTools
Summary : Java Concurrency Tools for the JVM
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