How To Install rust-content_inspector-devel on Fedora 36

In this tutorial we learn how to install rust-content_inspector-devel in Fedora 36. rust-content_inspector-devel is Fast inspection of binary buffers to guess/determine the encoding

Introduction

In this tutorial we learn how to install rust-content_inspector-devel on Fedora 36.

What is rust-content_inspector-devel

Fast inspection of binary buffers to guess/determine the encoding. This package contains library source intended for building other packages which use “content_inspector” crate.

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

Install rust-content_inspector-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-content_inspector-devel using dnf by running the following command:

sudo dnf -y install rust-content_inspector-devel

Install rust-content_inspector-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-content_inspector-devel using yum by running the following command:

sudo yum -y install rust-content_inspector-devel

How To Uninstall rust-content_inspector-devel on Fedora 36

To uninstall only the rust-content_inspector-devel package we can use the following command:

sudo dnf remove rust-content_inspector-devel

rust-content_inspector-devel Package Contents on Fedora 36

/usr/share/cargo/registry/content_inspector-0.2.4
/usr/share/cargo/registry/content_inspector-0.2.4/.cargo-checksum.json
/usr/share/cargo/registry/content_inspector-0.2.4/Cargo.toml
/usr/share/cargo/registry/content_inspector-0.2.4/LICENSE-APACHE
/usr/share/cargo/registry/content_inspector-0.2.4/LICENSE-MIT
/usr/share/cargo/registry/content_inspector-0.2.4/README.md
/usr/share/cargo/registry/content_inspector-0.2.4/examples
/usr/share/cargo/registry/content_inspector-0.2.4/examples/inspect.rs
/usr/share/cargo/registry/content_inspector-0.2.4/src
/usr/share/cargo/registry/content_inspector-0.2.4/src/lib.rs
/usr/share/cargo/registry/content_inspector-0.2.4/testdata
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/file_sources.md
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/test.jpg
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/test.pdf
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/test.png
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-16BE-BOM.txt
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-16LE-BOM.txt
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-32BE-BOM.txt
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-32LE-BOM.txt
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-8-BOM.txt
/usr/share/cargo/registry/content_inspector-0.2.4/testdata/text_UTF-8.txt
/usr/share/doc/rust-content_inspector-devel
/usr/share/doc/rust-content_inspector-devel/README.md
/usr/share/licenses/rust-content_inspector-devel
/usr/share/licenses/rust-content_inspector-devel/LICENSE-APACHE
/usr/share/licenses/rust-content_inspector-devel/LICENSE-MIT

References

Summary

In this tutorial we learn how to install rust-content_inspector-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).