How to Install and Uninstall ck.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ck.x86_64" package

Please follow the guidelines below to install ck.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ck.x86_64

2. Uninstall "ck.x86_64" package

Please follow the guidelines below to uninstall ck.x86_64 on Fedora 34:

$ sudo dnf remove ck.x86_64 $ sudo dnf autoremove

3. Information about the ck.x86_64 package on Fedora 34

Last metadata expiration check: 3:49:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ck
Version : 0.7.0
Release : 4.fc34
Architecture : x86_64
Size : 34 k
Source : ck-0.7.0-4.fc34.src.rpm
Repository : fedora
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.