How To Install rust-rd-util-devel on Fedora 36

In this tutorial we learn how to install rust-rd-util-devel in Fedora 36. rust-rd-util-devel is Utility collection library for resctl-demo

Introduction

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

What is rust-rd-util-devel

Utility collection library for resctl-demo. This package contains library source intended for building other packages which use the “rd-util” crate.

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

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

sudo dnf -y install rust-rd-util-devel

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

sudo yum -y install rust-rd-util-devel

How To Uninstall rust-rd-util-devel on Fedora 36

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

sudo dnf remove rust-rd-util-devel

rust-rd-util-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rd-util-2.1.2
/usr/share/cargo/registry/rd-util-2.1.2/.cargo-checksum.json
/usr/share/cargo/registry/rd-util-2.1.2/Cargo.toml
/usr/share/cargo/registry/rd-util-2.1.2/LICENSE
/usr/share/cargo/registry/rd-util-2.1.2/README.md
/usr/share/cargo/registry/rd-util-2.1.2/build.rs
/usr/share/cargo/registry/rd-util-2.1.2/src
/usr/share/cargo/registry/rd-util-2.1.2/src/anon_area.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/iocost.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/journal_tailer.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/json_file.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/lib.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/storage_info.rs
/usr/share/cargo/registry/rd-util-2.1.2/src/systemd.rs
/usr/share/doc/rust-rd-util-devel
/usr/share/doc/rust-rd-util-devel/README.md
/usr/share/licenses/rust-rd-util-devel
/usr/share/licenses/rust-rd-util-devel/LICENSE

References

Summary

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