How To Install rust-brotli+pass-through-ffi-panics-devel on Fedora 36

In this tutorial we learn how to install rust-brotli+pass-through-ffi-panics-devel in Fedora 36. rust-brotli+pass-through-ffi-panics-devel is Brotli compressor and decompressor with no_std support

Introduction

In this tutorial we learn how to install rust-brotli+pass-through-ffi-panics-devel on Fedora 36.

What is rust-brotli+pass-through-ffi-panics-devel

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 “pass-through-ffi-panics” feature of the “brotli” crate.

We can use yum or dnf to install rust-brotli+pass-through-ffi-panics-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-brotli+pass-through-ffi-panics-devel.

Install rust-brotli+pass-through-ffi-panics-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rust-brotli+pass-through-ffi-panics-devel using dnf by running the following command:

sudo dnf -y install rust-brotli+pass-through-ffi-panics-devel

Install rust-brotli+pass-through-ffi-panics-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rust-brotli+pass-through-ffi-panics-devel using yum by running the following command:

sudo yum -y install rust-brotli+pass-through-ffi-panics-devel

How To Uninstall rust-brotli+pass-through-ffi-panics-devel on Fedora 36

To uninstall only the rust-brotli+pass-through-ffi-panics-devel package we can use the following command:

sudo dnf remove rust-brotli+pass-through-ffi-panics-devel

rust-brotli+pass-through-ffi-panics-devel Package Contents on Fedora 36

/usr/share/cargo/registry/brotli-3.3.3/Cargo.toml

References

Summary

In this tutorial we learn how to install rust-brotli+pass-through-ffi-panics-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).