How To Install rust-rgb-devel on Fedora 36

In this tutorial we learn how to install rust-rgb-devel in Fedora 36. rust-rgb-devel is Struct RGB/RGBA/etc. for sharing pixels between crates

Introduction

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

What is rust-rgb-devel

struct RGB/RGBA/etc. for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make RGB/RGBA pixels and slices first-class Rust objects. This package contains library source intended for building other packages which use the “rgb” crate.

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

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

sudo dnf -y install rust-rgb-devel

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

sudo yum -y install rust-rgb-devel

How To Uninstall rust-rgb-devel on Fedora 36

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

sudo dnf remove rust-rgb-devel

rust-rgb-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rgb-0.8.32
/usr/share/cargo/registry/rgb-0.8.32/.cargo-checksum.json
/usr/share/cargo/registry/rgb-0.8.32/Cargo.toml
/usr/share/cargo/registry/rgb-0.8.32/LICENSE
/usr/share/cargo/registry/rgb-0.8.32/README.md
/usr/share/cargo/registry/rgb-0.8.32/examples
/usr/share/cargo/registry/rgb-0.8.32/examples/example.rs
/usr/share/cargo/registry/rgb-0.8.32/examples/serde.rs
/usr/share/cargo/registry/rgb-0.8.32/src
/usr/share/cargo/registry/rgb-0.8.32/src/alt.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal
/usr/share/cargo/registry/rgb-0.8.32/src/internal/convert
/usr/share/cargo/registry/rgb-0.8.32/src/internal/convert/array.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/convert/mod.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/convert/tuple.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/ops.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/pixel.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/rgb.rs
/usr/share/cargo/registry/rgb-0.8.32/src/internal/rgba.rs
/usr/share/cargo/registry/rgb-0.8.32/src/lib.rs

References

Summary

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