How to Install and Uninstall rust-futures+executor-devel.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "rust-futures+executor-devel.noarch" package

This is a short guide on how to install rust-futures+executor-devel.noarch on CentOS Stream 9

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

2. Uninstall "rust-futures+executor-devel.noarch" package

Here is a brief guide to show you how to uninstall rust-futures+executor-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-futures+executor-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 0:44:09 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-futures+executor-devel
Version : 0.3.30
Release : 1.el9
Architecture : noarch
Size : 8.6 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 "executor" feature of the "futures" crate.