How to Install and Uninstall ck-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 09,2024

1. Install "ck-devel.x86_64" package

This is a short guide on how to install ck-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "ck-devel.x86_64" package

Please follow the guidance below to uninstall ck-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the ck-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:03:35 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ck-devel
Version : 0.6.0
Release : 9.el8
Architecture : x86_64
Size : 305 k
Source : ck-0.6.0-9.el8.src.rpm
Repository : epel
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.