How to Install and Uninstall rust-brotli+external-literal-probability-devel.noarch Package on Fedora 38

Last updated: September 30,2024

1. Install "rust-brotli+external-literal-probability-devel.noarch" package

This tutorial shows how to install rust-brotli+external-literal-probability-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rust-brotli+external-literal-probability-devel.noarch

2. Uninstall "rust-brotli+external-literal-probability-devel.noarch" package

Please follow the steps below to uninstall rust-brotli+external-literal-probability-devel.noarch on Fedora 38:

$ sudo dnf remove rust-brotli+external-literal-probability-devel.noarch $ sudo dnf autoremove

3. Information about the rust-brotli+external-literal-probability-devel.noarch package on Fedora 38

Last metadata expiration check: 4:57:27 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rust-brotli+external-literal-probability-devel
Version : 3.4.0
Release : 1.fc38
Architecture : noarch
Size : 8.3 k
Source : rust-brotli-3.4.0-1.fc38.src.rpm
Repository : updates
Summary : Brotli compressor and decompressor with no_std support
URL : https://crates.io/crates/brotli
License : BSD-3-Clause
Description : A brotli compressor and decompressor that 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 "external-literal-probability" feature of the "brotli" crate.