How to Install and Uninstall rust-brotli+sha2-devel.noarch Package on Fedora 34

Last updated: April 28,2024

1. Install "rust-brotli+sha2-devel.noarch" package

Please follow the guidelines below to install rust-brotli+sha2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rust-brotli+sha2-devel.noarch

2. Uninstall "rust-brotli+sha2-devel.noarch" package

Please follow the guidelines below to uninstall rust-brotli+sha2-devel.noarch on Fedora 34:

$ sudo dnf remove rust-brotli+sha2-devel.noarch $ sudo dnf autoremove

3. Information about the rust-brotli+sha2-devel.noarch package on Fedora 34

Last metadata expiration check: 2:30:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-brotli+sha2-devel
Version : 3.3.3
Release : 1.fc34
Architecture : noarch
Size : 8.4 k
Source : rust-brotli-3.3.3-1.fc34.src.rpm
Repository : updates
Summary : Brotli compressor and decompressor with no_std support
URL : https://crates.io/crates/brotli
License : BSD
Description : Brotli compressor and decompressor with an interface avoiding the rust
: stdlib. This makes it suitable for embedded devices and kernels. It is designed
: with a pluggable allocator so that the standard lib's allocator may be
: employed. The default build also includes a stdlib allocator and stream
: interface. Disable this with --features=no-stdlib. All included code is safe.
:
: This package contains library source intended for building other packages which
: use the "sha2" feature of the "brotli" crate.