How to Install and Uninstall rust-brotli-decompressor+disable-timer-devel.noarch Package on AlmaLinux 9

Last updated: June 30,2024

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

This guide covers the steps necessary to install rust-brotli-decompressor+disable-timer-devel.noarch on AlmaLinux 9

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

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

In this section, we are going to explain the necessary steps to uninstall rust-brotli-decompressor+disable-timer-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-brotli-decompressor+disable-timer-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 0:10:24 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-brotli-decompressor+disable-timer-devel
Version : 2.5.1
Release : 1.el9
Architecture : noarch
Size : 8.4 k
Source : rust-brotli-decompressor-2.5.1-1.el9.src.rpm
Repository : epel
Summary : Brotli decompressor with no_std support
URL : https://crates.io/crates/brotli-decompressor
License : BSD-3-Clause AND MIT
Description : A brotli 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. 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 the "disable-timer" feature of the "brotli-decompressor" crate.