How to Install and Uninstall rust-brotli-decompressor+seccomp-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

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

Here is a brief guide to show you how to install rust-brotli-decompressor+seccomp-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall rust-brotli-decompressor+seccomp-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-brotli-decompressor+seccomp-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:18:27 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-brotli-decompressor+seccomp-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 "seccomp" feature of the "brotli-decompressor" crate.