How To Install moodycamel-concurrentqueue-devel on Fedora 36

In this tutorial we learn how to install moodycamel-concurrentqueue-devel in Fedora 36. moodycamel-concurrentqueue-devel is Development files for moodycamel-concurrentqueue

Introduction

In this tutorial we learn how to install moodycamel-concurrentqueue-devel on Fedora 36.

What is moodycamel-concurrentqueue-devel

An industrial-strength lock-free queue for C++. Features - Knock-your-socks-off blazing fast performance - Single-header implementation. Just drop it in your project - Fully thread-safe lock-free queue. Use concurrently from any number of threads - C++11 implementation – elements are moved (instead of copied) where possible - Templated, obviating the need to deal exclusively with pointers – memory is managed for you - No artificial limitations on element types or maximum count - Memory can be allocated once up-front, or dynamically as needed - Fully portable (no assembly; all is done through standard C++11 primitives) - Supports super-fast bulk operations - Includes a low-overhead blocking version (BlockingConcurrentQueue) - Exception safe The moodycamel-concurrentqueue-devel package contains libraries and header files for developing applications that use moodycamel-concurrentqueue.

We can use yum or dnf to install moodycamel-concurrentqueue-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install moodycamel-concurrentqueue-devel.

Install moodycamel-concurrentqueue-devel 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 moodycamel-concurrentqueue-devel using dnf by running the following command:

sudo dnf -y install moodycamel-concurrentqueue-devel

Install moodycamel-concurrentqueue-devel 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 moodycamel-concurrentqueue-devel using yum by running the following command:

sudo yum -y install moodycamel-concurrentqueue-devel

How To Uninstall moodycamel-concurrentqueue-devel on Fedora 36

To uninstall only the moodycamel-concurrentqueue-devel package we can use the following command:

sudo dnf remove moodycamel-concurrentqueue-devel

moodycamel-concurrentqueue-devel Package Contents on Fedora 36

/usr/include/concurrentqueue
/usr/include/concurrentqueue/blockingconcurrentqueue.h
/usr/include/concurrentqueue/concurrentqueue.h
/usr/include/concurrentqueue/lightweightsemaphore.h
/usr/share/doc/moodycamel-concurrentqueue-devel
/usr/share/doc/moodycamel-concurrentqueue-devel/README.md
/usr/share/licenses/moodycamel-concurrentqueue-devel
/usr/share/licenses/moodycamel-concurrentqueue-devel/LICENSE.md

References

Summary

In this tutorial we learn how to install moodycamel-concurrentqueue-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).