How To Install rust-pancurses-devel on Fedora 36

In this tutorial we learn how to install rust-pancurses-devel in Fedora 36. rust-pancurses-devel is Curses libary for Rust that supports both Unix and Windows

Introduction

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

What is rust-pancurses-devel

Curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively). This package contains library source intended for building other packages which use “pancurses” crate.

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

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

sudo dnf -y install rust-pancurses-devel

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

sudo yum -y install rust-pancurses-devel

How To Uninstall rust-pancurses-devel on Fedora 36

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

sudo dnf remove rust-pancurses-devel

rust-pancurses-devel Package Contents on Fedora 36

/usr/share/cargo/registry/pancurses-0.16.1
/usr/share/cargo/registry/pancurses-0.16.1/.cargo-checksum.json
/usr/share/cargo/registry/pancurses-0.16.1/Cargo.toml
/usr/share/cargo/registry/pancurses-0.16.1/LICENSE.md
/usr/share/cargo/registry/pancurses-0.16.1/README.md
/usr/share/cargo/registry/pancurses-0.16.1/appveyor.yml
/usr/share/cargo/registry/pancurses-0.16.1/examples
/usr/share/cargo/registry/pancurses-0.16.1/examples/firework.rs
/usr/share/cargo/registry/pancurses-0.16.1/examples/getch_example.rs
/usr/share/cargo/registry/pancurses-0.16.1/examples/hello.rs
/usr/share/cargo/registry/pancurses-0.16.1/examples/newdemo.rs
/usr/share/cargo/registry/pancurses-0.16.1/examples/newtest.rs
/usr/share/cargo/registry/pancurses-0.16.1/examples/rain.rs
/usr/share/cargo/registry/pancurses-0.16.1/src
/usr/share/cargo/registry/pancurses-0.16.1/src/attributes.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/colorpair.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/input.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/lib.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/unix
/usr/share/cargo/registry/pancurses-0.16.1/src/unix/constants.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/unix/mod.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/window.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/windows
/usr/share/cargo/registry/pancurses-0.16.1/src/windows/constants.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/windows/mod.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/windows/win32.rs
/usr/share/cargo/registry/pancurses-0.16.1/src/windows/win32a.rs
/usr/share/doc/rust-pancurses-devel
/usr/share/doc/rust-pancurses-devel/README.md
/usr/share/licenses/rust-pancurses-devel
/usr/share/licenses/rust-pancurses-devel/LICENSE.md

References

Summary

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