How To Install rust-coolor-devel on Fedora 36

In this tutorial we learn how to install rust-coolor-devel in Fedora 36. rust-coolor-devel is Conversion between color formats

Introduction

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

What is rust-coolor-devel

Conversion between color formats. This package contains library source intended for building other packages which use the “coolor” crate.

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

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

sudo dnf -y install rust-coolor-devel

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

sudo yum -y install rust-coolor-devel

How To Uninstall rust-coolor-devel on Fedora 36

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

sudo dnf remove rust-coolor-devel

rust-coolor-devel Package Contents on Fedora 36

/usr/share/cargo/registry/coolor-0.3.1
/usr/share/cargo/registry/coolor-0.3.1/.cargo-checksum.json
/usr/share/cargo/registry/coolor-0.3.1/Cargo.toml
/usr/share/cargo/registry/coolor-0.3.1/LICENSE
/usr/share/cargo/registry/coolor-0.3.1/README.md
/usr/share/cargo/registry/coolor-0.3.1/bacon.toml
/usr/share/cargo/registry/coolor-0.3.1/doc
/usr/share/cargo/registry/coolor-0.3.1/doc/ansi-mix.png
/usr/share/cargo/registry/coolor-0.3.1/doc/ansi-variations.png
/usr/share/cargo/registry/coolor-0.3.1/doc/dark-to-light.png
/usr/share/cargo/registry/coolor-0.3.1/doc/faded-background.png
/usr/share/cargo/registry/coolor-0.3.1/examples
/usr/share/cargo/registry/coolor-0.3.1/examples/ansi-mix
/usr/share/cargo/registry/coolor-0.3.1/examples/ansi-mix/main.rs
/usr/share/cargo/registry/coolor-0.3.1/examples/ansi-variations
/usr/share/cargo/registry/coolor-0.3.1/examples/ansi-variations/main.rs
/usr/share/cargo/registry/coolor-0.3.1/features.md
/usr/share/cargo/registry/coolor-0.3.1/src
/usr/share/cargo/registry/coolor-0.3.1/src/ansi.rs
/usr/share/cargo/registry/coolor-0.3.1/src/color.rs
/usr/share/cargo/registry/coolor-0.3.1/src/error.rs
/usr/share/cargo/registry/coolor-0.3.1/src/hsl.rs
/usr/share/cargo/registry/coolor-0.3.1/src/lib.rs
/usr/share/cargo/registry/coolor-0.3.1/src/rgb.rs
/usr/share/doc/rust-coolor-devel
/usr/share/doc/rust-coolor-devel/README.md
/usr/share/doc/rust-coolor-devel/features.md
/usr/share/licenses/rust-coolor-devel
/usr/share/licenses/rust-coolor-devel/LICENSE

References

Summary

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