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

Last updated: May 20,2024

1. Install "ck-devel.i686" package

This guide let you learn how to install ck-devel.i686 on Fedora 34

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

2. Uninstall "ck-devel.i686" package

Please follow the guidelines below to uninstall ck-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 1:25:32 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ck-devel
Version : 0.7.0
Release : 4.fc34
Architecture : i686
Size : 311 k
Source : ck-0.7.0-4.fc34.src.rpm
Repository : fedora
Summary : Header files and libraries for CK development
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.
:
: This package provides the libraries, include files, and other
: resources needed for developing Concurrency Kit applications.