How to Install and Uninstall rust-futures+alloc-devel.noarch Package on Fedora 35

Last updated: May 05,2024

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

This is a short guide on how to install rust-futures+alloc-devel.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall rust-futures+alloc-devel.noarch on Fedora 35:

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

3. Information about the rust-futures+alloc-devel.noarch package on Fedora 35

Last metadata expiration check: 0:03:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rust-futures+alloc-devel
Version : 0.3.23
Release : 1.fc35
Architecture : noarch
Size : 9.6 k
Source : rust-futures-0.3.23-1.fc35.src.rpm
Repository : updates
Summary : Implementation of futures and streams
URL : https://crates.io/crates/futures
License : MIT OR Apache-2.0
Description : 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 "alloc" feature of the "futures" crate.