How To Install rust-nu-ansi-term-devel on Fedora 36

In this tutorial we learn how to install rust-nu-ansi-term-devel in Fedora 36. rust-nu-ansi-term-devel is Library for ANSI terminal colors and styles (bold, underline)

Introduction

In this tutorial we learn how to install rust-nu-ansi-term-devel on Fedora 36.

What is rust-nu-ansi-term-devel

Library for ANSI terminal colors and styles (bold, underline). This package contains library source intended for building other packages which use the “nu-ansi-term” crate.

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

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

sudo dnf -y install rust-nu-ansi-term-devel

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

sudo yum -y install rust-nu-ansi-term-devel

How To Uninstall rust-nu-ansi-term-devel on Fedora 36

To uninstall only the rust-nu-ansi-term-devel package we can use the following command:

sudo dnf remove rust-nu-ansi-term-devel

rust-nu-ansi-term-devel Package Contents on Fedora 36

/usr/share/cargo/registry/nu-ansi-term-0.45.1
/usr/share/cargo/registry/nu-ansi-term-0.45.1/.cargo-checksum.json
/usr/share/cargo/registry/nu-ansi-term-0.45.1/Cargo.toml
/usr/share/cargo/registry/nu-ansi-term-0.45.1/LICENCE
/usr/share/cargo/registry/nu-ansi-term-0.45.1/README.md
/usr/share/cargo/registry/nu-ansi-term-0.45.1/examples
/usr/share/cargo/registry/nu-ansi-term-0.45.1/examples/256_colors.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/examples/basic_colors.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/examples/gradient_colors.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/examples/rgb_colors.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/ansi.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/debug.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/difference.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/display.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/gradient.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/lib.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/rgb.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/style.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/util.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/windows.rs
/usr/share/cargo/registry/nu-ansi-term-0.45.1/src/write.rs

References

Summary

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