How To Install rust-termion-devel on Fedora 36

In this tutorial we learn how to install rust-termion-devel in Fedora 36. rust-termion-devel is Bindless library for manipulating terminals

Introduction

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

What is rust-termion-devel

Bindless library for manipulating terminals. This package contains library source intended for building other packages which use “termion” crate.

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

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

sudo dnf -y install rust-termion-devel

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

sudo yum -y install rust-termion-devel

How To Uninstall rust-termion-devel on Fedora 36

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

sudo dnf remove rust-termion-devel

rust-termion-devel Package Contents on Fedora 36

/usr/share/cargo/registry/termion-1.5.6
/usr/share/cargo/registry/termion-1.5.6/.cargo-checksum.json
/usr/share/cargo/registry/termion-1.5.6/Cargo.toml
/usr/share/cargo/registry/termion-1.5.6/LICENSE
/usr/share/cargo/registry/termion-1.5.6/README.md
/usr/share/cargo/registry/termion-1.5.6/examples
/usr/share/cargo/registry/termion-1.5.6/examples/alternate_screen.rs
/usr/share/cargo/registry/termion-1.5.6/examples/alternate_screen_raw.rs
/usr/share/cargo/registry/termion-1.5.6/examples/async.rs
/usr/share/cargo/registry/termion-1.5.6/examples/click.rs
/usr/share/cargo/registry/termion-1.5.6/examples/color.rs
/usr/share/cargo/registry/termion-1.5.6/examples/commie.rs
/usr/share/cargo/registry/termion-1.5.6/examples/detect_color.rs
/usr/share/cargo/registry/termion-1.5.6/examples/is_tty.rs
/usr/share/cargo/registry/termion-1.5.6/examples/keys.rs
/usr/share/cargo/registry/termion-1.5.6/examples/mouse.rs
/usr/share/cargo/registry/termion-1.5.6/examples/rainbow.rs
/usr/share/cargo/registry/termion-1.5.6/examples/read.rs
/usr/share/cargo/registry/termion-1.5.6/examples/rustc_fun.rs
/usr/share/cargo/registry/termion-1.5.6/examples/simple.rs
/usr/share/cargo/registry/termion-1.5.6/examples/size.rs
/usr/share/cargo/registry/termion-1.5.6/examples/truecolor.rs
/usr/share/cargo/registry/termion-1.5.6/logo.svg
/usr/share/cargo/registry/termion-1.5.6/src
/usr/share/cargo/registry/termion-1.5.6/src/async.rs
/usr/share/cargo/registry/termion-1.5.6/src/clear.rs
/usr/share/cargo/registry/termion-1.5.6/src/color.rs
/usr/share/cargo/registry/termion-1.5.6/src/cursor.rs
/usr/share/cargo/registry/termion-1.5.6/src/event.rs
/usr/share/cargo/registry/termion-1.5.6/src/input.rs
/usr/share/cargo/registry/termion-1.5.6/src/lib.rs
/usr/share/cargo/registry/termion-1.5.6/src/macros.rs
/usr/share/cargo/registry/termion-1.5.6/src/raw.rs
/usr/share/cargo/registry/termion-1.5.6/src/screen.rs
/usr/share/cargo/registry/termion-1.5.6/src/scroll.rs
/usr/share/cargo/registry/termion-1.5.6/src/style.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys
/usr/share/cargo/registry/termion-1.5.6/src/sys/redox
/usr/share/cargo/registry/termion-1.5.6/src/sys/redox/attr.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/redox/mod.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/redox/size.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/redox/tty.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/unix
/usr/share/cargo/registry/termion-1.5.6/src/sys/unix/attr.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/unix/mod.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/unix/size.rs
/usr/share/cargo/registry/termion-1.5.6/src/sys/unix/tty.rs
/usr/share/doc/rust-termion-devel
/usr/share/doc/rust-termion-devel/README.md
/usr/share/licenses/rust-termion-devel
/usr/share/licenses/rust-termion-devel/LICENSE

References

Summary

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