How to Install and Uninstall jctools Package on openSuSE Tumbleweed
Last updated: December 25,2024
1. Install "jctools" package
This guide covers the steps necessary to install jctools on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
jctools
Copied
2. Uninstall "jctools" package
Here is a brief guide to show you how to uninstall jctools on openSuSE Tumbleweed:
$
sudo zypper remove
jctools
Copied
3. Information about the jctools package on openSuSE Tumbleweed
Information for package jctools:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jctools
Version : 3.3.0-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 351.9 KiB
Installed : No
Status : not installed
Source package : jctools-3.3.0-5.1.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 : openSUSE-Tumbleweed-Oss
Name : jctools
Version : 3.3.0-5.1
Arch : noarch
Vendor : openSUSE
Installed Size : 351.9 KiB
Installed : No
Status : not installed
Source package : jctools-3.3.0-5.1.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