How to Install and Uninstall ck.i686 Package on Fedora 36

Last updated: October 10,2024

1. Install "ck.i686" package

Here is a brief guide to show you how to install ck.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ck.i686

2. Uninstall "ck.i686" package

Learn how to uninstall ck.i686 on Fedora 36:

$ sudo dnf remove ck.i686 $ sudo dnf autoremove

3. Information about the ck.i686 package on Fedora 36

Last metadata expiration check: 4:13:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ck
Version : 0.7.0
Release : 7.fc36
Architecture : i686
Size : 35 k
Source : ck-0.7.0-7.fc36.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.