How to Install and Uninstall rust-futures+thread-pool-devel.noarch Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "rust-futures+thread-pool-devel.noarch" package

This guide let you learn how to install rust-futures+thread-pool-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-futures+thread-pool-devel.noarch

2. Uninstall "rust-futures+thread-pool-devel.noarch" package

This guide let you learn how to uninstall rust-futures+thread-pool-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-futures+thread-pool-devel.noarch $ sudo dnf autoremove

3. Information about the rust-futures+thread-pool-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:04:35 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-futures+thread-pool-devel
Version : 0.3.30
Release : 1.el9
Architecture : noarch
Size : 8.7 k
Source : rust-futures-0.3.30-1.el9.src.rpm
Repository : epel
Summary : Implementation of futures and streams
URL : https://crates.io/crates/futures
License : MIT OR Apache-2.0
Description : An implementation of futures and streams featuring zero allocations,
: composability, and iterator-like interfaces.
:
: This package contains library source intended for building other packages which
: use the "thread-pool" feature of the "futures" crate.