How to Install and Uninstall ck.x86_64 Package on CentOS Stream 8
Last updated: January 16,2025
1. Install "ck.x86_64" package
This is a short guide on how to install ck.x86_64 on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
ck.x86_64
Copied
2. Uninstall "ck.x86_64" package
Please follow the guidance below to uninstall ck.x86_64 on CentOS Stream 8:
$
sudo dnf remove
ck.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ck.x86_64 package on CentOS Stream 8
Last metadata expiration check: 1:32:00 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ck
Version : 0.6.0
Release : 9.el8
Architecture : x86_64
Size : 32 k
Source : ck-0.6.0-9.el8.src.rpm
Repository : epel
Summary : Library for high performance concurrent programming
URL : http://concurrencykit.org
License : BSD
Description : Concurrency Kit provides a plethora of concurrency primitives, safe memory
: reclamation mechanisms and lock-less and lock-free data structures designed to
: aid in the design and implementation of high performance concurrent systems. It
: is designed to minimize dependencies on operating system-specific interfaces
: and most of the interface relies only on a strict subset of the standard
: library and more popular compiler extensions.
Available Packages
Name : ck
Version : 0.6.0
Release : 9.el8
Architecture : x86_64
Size : 32 k
Source : ck-0.6.0-9.el8.src.rpm
Repository : epel
Summary : Library for high performance concurrent programming
URL : http://concurrencykit.org
License : BSD
Description : Concurrency Kit provides a plethora of concurrency primitives, safe memory
: reclamation mechanisms and lock-less and lock-free data structures designed to
: aid in the design and implementation of high performance concurrent systems. It
: is designed to minimize dependencies on operating system-specific interfaces
: and most of the interface relies only on a strict subset of the standard
: library and more popular compiler extensions.