How To Install rust-ansi_colours-devel on Fedora 36

In this tutorial we learn how to install rust-ansi_colours-devel in Fedora 36. rust-ansi_colours-devel is True-colour ↔ ANSI terminal palette converter

Introduction

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

What is rust-ansi_colours-devel

True-colour ↔ ANSI terminal palette converter. This package contains library source intended for building other packages which use the “ansi_colours” crate.

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

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

sudo dnf -y install rust-ansi_colours-devel

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

sudo yum -y install rust-ansi_colours-devel

How To Uninstall rust-ansi_colours-devel on Fedora 36

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

sudo dnf remove rust-ansi_colours-devel

rust-ansi_colours-devel Package Contents on Fedora 36

/usr/share/cargo/registry/ansi_colours-1.1.1
/usr/share/cargo/registry/ansi_colours-1.1.1/.cargo-checksum.json
/usr/share/cargo/registry/ansi_colours-1.1.1/Cargo.toml
/usr/share/cargo/registry/ansi_colours-1.1.1/LICENSE
/usr/share/cargo/registry/ansi_colours-1.1.1/README.md
/usr/share/cargo/registry/ansi_colours-1.1.1/benches
/usr/share/cargo/registry/ansi_colours-1.1.1/benches/ansi256.rs
/usr/share/cargo/registry/ansi_colours-1.1.1/examples
/usr/share/cargo/registry/ansi_colours-1.1.1/examples/convert.rs
/usr/share/cargo/registry/ansi_colours-1.1.1/src
/usr/share/cargo/registry/ansi_colours-1.1.1/src/ansi256.c
/usr/share/cargo/registry/ansi_colours-1.1.1/src/ansi256.rs
/usr/share/cargo/registry/ansi_colours-1.1.1/src/ansi_colours.h
/usr/share/cargo/registry/ansi_colours-1.1.1/src/lib.rs
/usr/share/cargo/registry/ansi_colours-1.1.1/src/test.rs
/usr/share/doc/rust-ansi_colours-devel
/usr/share/doc/rust-ansi_colours-devel/README.md
/usr/share/licenses/rust-ansi_colours-devel
/usr/share/licenses/rust-ansi_colours-devel/LICENSE

References

Summary

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