How to Install and Uninstall rust-futures-cpupool-devel.noarch Package on AlmaLinux 9

Last updated: June 03,2024

1. Install "rust-futures-cpupool-devel.noarch" package

This is a short guide on how to install rust-futures-cpupool-devel.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install rust-futures-cpupool-devel.noarch

2. Uninstall "rust-futures-cpupool-devel.noarch" package

This is a short guide on how to uninstall rust-futures-cpupool-devel.noarch on AlmaLinux 9:

$ sudo dnf remove rust-futures-cpupool-devel.noarch $ sudo dnf autoremove

3. Information about the rust-futures-cpupool-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:47:21 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-futures-cpupool-devel
Version : 0.1.8
Release : 14.el9
Architecture : noarch
Size : 20 k
Source : rust-futures-cpupool-0.1.8-14.el9.src.rpm
Repository : epel
Summary : Implementation of thread pools which hand out futures
URL : https://crates.io/crates/futures-cpupool
License : MIT or ASL 2.0
Description : Implementation of thread pools which hand out futures to the results of the
: computation on the threads themselves.
:
: This package contains library source intended for building other packages
: which use "futures-cpupool" crate.