How to Install and Uninstall dispenso-devel.i686 Package on Fedora 38
Last updated: November 16,2024
1. Install "dispenso-devel.i686" package
This is a short guide on how to install dispenso-devel.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
dispenso-devel.i686
Copied
2. Uninstall "dispenso-devel.i686" package
Learn how to uninstall dispenso-devel.i686 on Fedora 38:
$
sudo dnf remove
dispenso-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the dispenso-devel.i686 package on Fedora 38
Last metadata expiration check: 2:35:53 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : dispenso-devel
Version : 1.2.0
Release : 4.fc38
Architecture : i686
Size : 90 k
Source : dispenso-1.2.0-4.fc38.src.rpm
Repository : updates
Summary : Development files for dispenso
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.
:
: The dispenso-devel package contains libraries and header files for
: developing applications that use dispenso.
Available Packages
Name : dispenso-devel
Version : 1.2.0
Release : 4.fc38
Architecture : i686
Size : 90 k
Source : dispenso-1.2.0-4.fc38.src.rpm
Repository : updates
Summary : Development files for dispenso
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.
:
: The dispenso-devel package contains libraries and header files for
: developing applications that use dispenso.