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

Last updated: June 30,2024

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

Please follow the steps below to install rust-futures+unstable-devel.noarch on AlmaLinux 9

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

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

This tutorial shows how to uninstall rust-futures+unstable-devel.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:38:30 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-futures+unstable-devel
Version : 0.3.30
Release : 1.el9
Architecture : noarch
Size : 8.9 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 "unstable" feature of the "futures" crate.