How To Install rust-uuid-devel on Fedora 36

In this tutorial we learn how to install rust-uuid-devel in Fedora 36. rust-uuid-devel is Library to generate and parse UUIDs

Introduction

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

What is rust-uuid-devel

Library to generate and parse UUIDs. This package contains library source intended for building other packages which use “uuid” crate.

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

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

sudo dnf -y install rust-uuid-devel

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

sudo yum -y install rust-uuid-devel

How To Uninstall rust-uuid-devel on Fedora 36

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

sudo dnf remove rust-uuid-devel

rust-uuid-devel Package Contents on Fedora 36

/usr/share/cargo/registry/uuid-0.8.2
/usr/share/cargo/registry/uuid-0.8.2/.cargo-checksum.json
/usr/share/cargo/registry/uuid-0.8.2/CODEOWNERS
/usr/share/cargo/registry/uuid-0.8.2/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/uuid-0.8.2/CONTRIBUTING.md
/usr/share/cargo/registry/uuid-0.8.2/COPYRIGHT
/usr/share/cargo/registry/uuid-0.8.2/Cargo.toml
/usr/share/cargo/registry/uuid-0.8.2/LICENSE-APACHE
/usr/share/cargo/registry/uuid-0.8.2/LICENSE-MIT
/usr/share/cargo/registry/uuid-0.8.2/README.md
/usr/share/cargo/registry/uuid-0.8.2/README.tpl
/usr/share/cargo/registry/uuid-0.8.2/benches
/usr/share/cargo/registry/uuid-0.8.2/benches/format_str.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/invalid_parse_str.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/mod.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/serde_support.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/slog_support
/usr/share/cargo/registry/uuid-0.8.2/benches/slog_support/mod.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/slog_support/parse_str.rs
/usr/share/cargo/registry/uuid-0.8.2/benches/valid_parse_str.rs
/usr/share/cargo/registry/uuid-0.8.2/src
/usr/share/cargo/registry/uuid-0.8.2/src/adapter
/usr/share/cargo/registry/uuid-0.8.2/src/adapter/compact.rs
/usr/share/cargo/registry/uuid-0.8.2/src/adapter/mod.rs
/usr/share/cargo/registry/uuid-0.8.2/src/builder
/usr/share/cargo/registry/uuid-0.8.2/src/builder/error.rs
/usr/share/cargo/registry/uuid-0.8.2/src/builder/mod.rs
/usr/share/cargo/registry/uuid-0.8.2/src/error.rs
/usr/share/cargo/registry/uuid-0.8.2/src/lib.rs
/usr/share/cargo/registry/uuid-0.8.2/src/parser
/usr/share/cargo/registry/uuid-0.8.2/src/parser/error.rs
/usr/share/cargo/registry/uuid-0.8.2/src/parser/mod.rs
/usr/share/cargo/registry/uuid-0.8.2/src/prelude.rs
/usr/share/cargo/registry/uuid-0.8.2/src/serde_support.rs
/usr/share/cargo/registry/uuid-0.8.2/src/slog_support.rs
/usr/share/cargo/registry/uuid-0.8.2/src/test_util.rs
/usr/share/cargo/registry/uuid-0.8.2/src/v1.rs
/usr/share/cargo/registry/uuid-0.8.2/src/v3.rs
/usr/share/cargo/registry/uuid-0.8.2/src/v4.rs
/usr/share/cargo/registry/uuid-0.8.2/src/v5.rs
/usr/share/cargo/registry/uuid-0.8.2/src/winapi_support.rs
/usr/share/doc/rust-uuid-devel
/usr/share/doc/rust-uuid-devel/README.md
/usr/share/licenses/rust-uuid-devel
/usr/share/licenses/rust-uuid-devel/LICENSE-APACHE
/usr/share/licenses/rust-uuid-devel/LICENSE-MIT

References

Summary

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