How To Install ck on Fedora 36
Introduction
In this tutorial we learn how to install ck
on Fedora 36.
What is ck
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.
We can use yum
or dnf
to install ck
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ck.
Install ck on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ck
using dnf
by running the following command:
sudo dnf -y install ck
Install ck on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ck
using yum
by running the following command:
sudo yum -y install ck
How To Uninstall ck on Fedora 36
To uninstall only the ck
package we can use the following command:
sudo dnf remove ck
ck Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/376db047dd1cff79830108b97853e868636294
/usr/lib/libck.so.0
/usr/lib/libck.so.0.7.0
/usr/share/licenses/ck
/usr/share/licenses/ck/LICENSE
References
Summary
In this tutorial we learn how to install ck
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ck on Fedora 36” linkTitle: “ck” type: “docs” description: “In this tutorial we learn how to install ck in Fedora 36. ck is Library for high performance concurrent programming” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ck-featured.png
Introduction
In this tutorial we learn how to install ck
on Fedora 36.
What is ck
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.
We can use yum
or dnf
to install ck
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ck.
Install ck on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ck
using dnf
by running the following command:
sudo dnf -y install ck
Install ck on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ck
using yum
by running the following command:
sudo yum -y install ck
How To Uninstall ck on Fedora 36
To uninstall only the ck
package we can use the following command:
sudo dnf remove ck
ck Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/fe5b19a6e2a67d3aaff907dae85e6ea3b5e978
/usr/lib64/libck.so.0
/usr/lib64/libck.so.0.7.0
/usr/share/licenses/ck
/usr/share/licenses/ck/LICENSE
References
Summary
In this tutorial we learn how to install ck
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).