How To Install rust-clicolors-control-devel on Fedora 36

In this tutorial we learn how to install rust-clicolors-control-devel in Fedora 36. rust-clicolors-control-devel is Common utility library to control CLI colorization

Introduction

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

What is rust-clicolors-control-devel

Common utility library to control CLI colorization. This package contains library source intended for building other packages which use “clicolors-control” crate.

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

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

sudo dnf -y install rust-clicolors-control-devel

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

sudo yum -y install rust-clicolors-control-devel

How To Uninstall rust-clicolors-control-devel on Fedora 36

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

sudo dnf remove rust-clicolors-control-devel

rust-clicolors-control-devel Package Contents on Fedora 36

/usr/share/cargo/registry/clicolors-control-1.0.1
/usr/share/cargo/registry/clicolors-control-1.0.1/.cargo-checksum.json
/usr/share/cargo/registry/clicolors-control-1.0.1/CHANGELOG.md
/usr/share/cargo/registry/clicolors-control-1.0.1/Cargo.toml
/usr/share/cargo/registry/clicolors-control-1.0.1/README.md
/usr/share/cargo/registry/clicolors-control-1.0.1/examples
/usr/share/cargo/registry/clicolors-control-1.0.1/examples/demo.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src
/usr/share/cargo/registry/clicolors-control-1.0.1/src/common.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src/generic.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src/lib.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src/terminfo.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src/unix.rs
/usr/share/cargo/registry/clicolors-control-1.0.1/src/windows.rs
/usr/share/doc/rust-clicolors-control-devel
/usr/share/doc/rust-clicolors-control-devel/README.md

References

Summary

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