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

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install rust-brotli+vector_scratch_space-devel.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall rust-brotli+vector_scratch_space-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:39:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-brotli+vector_scratch_space-devel
Version : 3.3.4
Release : 1.fc36
Architecture : noarch
Size : 8.2 k
Source : rust-brotli-3.3.4-1.fc36.src.rpm
Repository : updates
Summary : Brotli compressor and decompressor with no_std support
URL : https://crates.io/crates/brotli
License : BSD-3-Clause
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 "vector_scratch_space" feature of the "brotli" crate.