How to Install and Uninstall moodycamel-concurrentqueue-devel.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "moodycamel-concurrentqueue-devel.noarch" package
Please follow the step by step instructions below to install moodycamel-concurrentqueue-devel.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
moodycamel-concurrentqueue-devel.noarch
Copied
2. Uninstall "moodycamel-concurrentqueue-devel.noarch" package
Please follow the instructions below to uninstall moodycamel-concurrentqueue-devel.noarch on AlmaLinux 8:
$
sudo dnf remove
moodycamel-concurrentqueue-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the moodycamel-concurrentqueue-devel.noarch package on AlmaLinux 8
Last metadata expiration check: 0:28:33 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : moodycamel-concurrentqueue-devel
Version : 1.0.3
Release : 1.el8
Architecture : noarch
Size : 52 k
Source : moodycamel-concurrentqueue-1.0.3-1.el8.src.rpm
Repository : epel
Summary : Development files for moodycamel-concurrentqueue
URL : https://github.com/cameron314/concurrentqueue
License : (BSD or Boost) and zlib
Description : 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.
Available Packages
Name : moodycamel-concurrentqueue-devel
Version : 1.0.3
Release : 1.el8
Architecture : noarch
Size : 52 k
Source : moodycamel-concurrentqueue-1.0.3-1.el8.src.rpm
Repository : epel
Summary : Development files for moodycamel-concurrentqueue
URL : https://github.com/cameron314/concurrentqueue
License : (BSD or Boost) and zlib
Description : 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.