How to Install and Uninstall dispenso.x86_64 Package on Rocky Linux 8

Last updated: June 29,2024

1. Install "dispenso.x86_64" package

This guide let you learn how to install dispenso.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install dispenso.x86_64

2. Uninstall "dispenso.x86_64" package

In this section, we are going to explain the necessary steps to uninstall dispenso.x86_64 on Rocky Linux 8:

$ sudo dnf remove dispenso.x86_64 $ sudo dnf autoremove

3. Information about the dispenso.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:24:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : dispenso
Version : 1.0.0
Release : 2.el8
Architecture : x86_64
Size : 37 k
Source : dispenso-1.0.0-2.el8.src.rpm
Repository : epel
Summary : A library for working with sets of tasks in parallel
URL : https://github.com/facebookincubator/dispenso
License : MIT
Description : Dispenso is a library for working with sets of tasks in parallel. It provides
: mechanisms for thread pools, task sets, parallel for loops, futures, pipelines,
: and more. Dispenso is a well-tested C++14 library designed to have minimal
: dependencies (some dependencies are required for the tests and benchmarks), and
: designed to be clean with compiler sanitizers (ASAN, TSAN). Dispenso is
: currently being used in dozens of projects and hundreds of C++ files at Meta
: (formerly Facebook). Dispenso also aims to avoid major disruption at every
: release. Releases will be made such that major versions are created when a
: backward incompatibility is introduced, and minor versions are created when
: substantial features have been added or bugs have been fixed, and the aim would
: be to only very rarely bump major versions. That should make the project
: suitable for use from main branch, or if you need a harder requirement, you can
: base code on a specific version.