How to Install and Uninstall rust-brotli-decompressor+std-devel.noarch Package on Fedora 36

Last updated: April 26,2024

1. Install "rust-brotli-decompressor+std-devel.noarch" package

Here is a brief guide to show you how to install rust-brotli-decompressor+std-devel.noarch on Fedora 36

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

2. Uninstall "rust-brotli-decompressor+std-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-brotli-decompressor+std-devel.noarch on Fedora 36:

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

3. Information about the rust-brotli-decompressor+std-devel.noarch package on Fedora 36

Last metadata expiration check: 5:15:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-brotli-decompressor+std-devel
Version : 2.3.2
Release : 2.fc36
Architecture : noarch
Size : 8.6 k
Source : rust-brotli-decompressor-2.3.2-2.fc36.src.rpm
Repository : fedora
Summary : Brotli decompressor with an interface avoiding the rust stdlib
URL : https://crates.io/crates/brotli-decompressor
License : BSD
Description : Brotli 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. Alternatively, --features=unsafe turns off array bounds
: checks and memory initialization but provides a safe interface for the caller.
: Without adding the --features=unsafe argument, all included code is safe. For
: compression in addition to this library, download
: https://github.com/dropbox/rust-brotli.
:
: This package contains library source intended for building other packages
: which use "std" feature of "brotli-decompressor" crate.