How To Install rust-untrusted-devel on Fedora 36

In this tutorial we learn how to install rust-untrusted-devel in Fedora 36. rust-untrusted-devel is Safe and fast parsing of untrusted inputs in Rust

Introduction

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

What is rust-untrusted-devel

Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust. This package contains library source intended for building other packages which use “untrusted” crate.

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

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

sudo dnf -y install rust-untrusted-devel

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

sudo yum -y install rust-untrusted-devel

How To Uninstall rust-untrusted-devel on Fedora 36

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

sudo dnf remove rust-untrusted-devel

rust-untrusted-devel Package Contents on Fedora 36

/usr/share/cargo/registry/untrusted-0.7.1
/usr/share/cargo/registry/untrusted-0.7.1/.cargo-checksum.json
/usr/share/cargo/registry/untrusted-0.7.1/Cargo.toml
/usr/share/cargo/registry/untrusted-0.7.1/LICENSE.txt
/usr/share/cargo/registry/untrusted-0.7.1/README.md
/usr/share/cargo/registry/untrusted-0.7.1/rustfmt.toml
/usr/share/cargo/registry/untrusted-0.7.1/src
/usr/share/cargo/registry/untrusted-0.7.1/src/untrusted.rs
/usr/share/cargo/registry/untrusted-0.7.1/tests
/usr/share/cargo/registry/untrusted-0.7.1/tests/tests.rs
/usr/share/doc/rust-untrusted-devel
/usr/share/doc/rust-untrusted-devel/README.md
/usr/share/licenses/rust-untrusted-devel
/usr/share/licenses/rust-untrusted-devel/LICENSE.txt

References

Summary

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