How to Install and Uninstall ck-devel.i686 Package on Fedora 39

Last updated: October 15,2024

1. Install "ck-devel.i686" package

Please follow the guidelines below to install ck-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install ck-devel.i686

2. Uninstall "ck-devel.i686" package

Please follow the instructions below to uninstall ck-devel.i686 on Fedora 39:

$ sudo dnf remove ck-devel.i686 $ sudo dnf autoremove

3. Information about the ck-devel.i686 package on Fedora 39

Last metadata expiration check: 2:22:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ck-devel
Version : 0.7.1
Release : 3.fc39
Architecture : i686
Size : 350 k
Source : ck-0.7.1-3.fc39.src.rpm
Repository : fedora
Summary : Header files and libraries for CK development
URL : https://github.com/concurrencykit/ck
License : BSD-2-clause AND Apache-2.0 AND BSD-3-clause
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.
:
: This package provides the libraries, include files, and other
: resources needed for developing Concurrency Kit applications.