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

Last updated: May 19,2024

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

This guide covers the steps necessary to install rust-flate2+futures-devel.noarch on Fedora 35

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

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

This tutorial shows how to uninstall rust-flate2+futures-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:15:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-flate2+futures-devel
Version : 1.0.21
Release : 1.fc35
Architecture : noarch
Size : 8.4 k
Source : rust-flate2-1.0.21-1.fc35.src.rpm
Repository : fedora
Summary : DEFLATE compression and decompression exposed as Read/BufRead/Write streams
URL : https://crates.io/crates/flate2
License : MIT or ASL 2.0
Description : DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
: Supports miniz_oxide, miniz.c, and multiple zlib implementations. Supports
: zlib, gzip, and raw deflate streams.
:
: This package contains library source intended for building other packages
: which use "futures" feature of "flate2" crate.