How To Install rust-lab-devel on Fedora 36

In this tutorial we learn how to install rust-lab-devel in Fedora 36. rust-lab-devel is Tools for converting RGB colors to the CIE-Lab* color space

Introduction

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

What is rust-lab-devel

Tools for converting RGB colors to the CIE-Lab* color space, and comparing differences in color. This package contains library source intended for building other packages which use “lab” crate.

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

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

sudo dnf -y install rust-lab-devel

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

sudo yum -y install rust-lab-devel

How To Uninstall rust-lab-devel on Fedora 36

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

sudo dnf remove rust-lab-devel

rust-lab-devel Package Contents on Fedora 36

/usr/share/cargo/registry/lab-0.11.0
/usr/share/cargo/registry/lab-0.11.0/.cargo-checksum.json
/usr/share/cargo/registry/lab-0.11.0/Cargo.toml
/usr/share/cargo/registry/lab-0.11.0/LICENSE
/usr/share/cargo/registry/lab-0.11.0/README.md
/usr/share/cargo/registry/lab-0.11.0/benches
/usr/share/cargo/registry/lab-0.11.0/benches/lab_to_rgb.rs
/usr/share/cargo/registry/lab-0.11.0/benches/rgb_to_lab.rs
/usr/share/cargo/registry/lab-0.11.0/src
/usr/share/cargo/registry/lab-0.11.0/src/approx_impl.rs
/usr/share/cargo/registry/lab-0.11.0/src/lib.rs
/usr/share/cargo/registry/lab-0.11.0/src/simd
/usr/share/cargo/registry/lab-0.11.0/src/simd/labs_to_rgbs.rs
/usr/share/cargo/registry/lab-0.11.0/src/simd/math.rs
/usr/share/cargo/registry/lab-0.11.0/src/simd/mod.rs
/usr/share/cargo/registry/lab-0.11.0/src/simd/rgbs_to_labs.rs
/usr/share/doc/rust-lab-devel
/usr/share/doc/rust-lab-devel/README.md
/usr/share/licenses/rust-lab-devel
/usr/share/licenses/rust-lab-devel/LICENSE

References

Summary

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