How To Install rust-rpassword-devel on Fedora 36

In this tutorial we learn how to install rust-rpassword-devel in Fedora 36. rust-rpassword-devel is Read passwords in console applications

Introduction

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

What is rust-rpassword-devel

Read passwords in console applications. This package contains library source intended for building other packages which use “rpassword” crate.

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

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

sudo dnf -y install rust-rpassword-devel

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

sudo yum -y install rust-rpassword-devel

How To Uninstall rust-rpassword-devel on Fedora 36

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

sudo dnf remove rust-rpassword-devel

rust-rpassword-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rpassword-5.0.1
/usr/share/cargo/registry/rpassword-5.0.1/.cargo-checksum.json
/usr/share/cargo/registry/rpassword-5.0.1/Cargo.toml
/usr/share/cargo/registry/rpassword-5.0.1/LICENSE-APACHE
/usr/share/cargo/registry/rpassword-5.0.1/README.md
/usr/share/cargo/registry/rpassword-5.0.1/appveyor.yml
/usr/share/cargo/registry/rpassword-5.0.1/examples
/usr/share/cargo/registry/rpassword-5.0.1/examples/read-password-tty.rs
/usr/share/cargo/registry/rpassword-5.0.1/examples/read-password.rs
/usr/share/cargo/registry/rpassword-5.0.1/examples/tests.rs
/usr/share/cargo/registry/rpassword-5.0.1/src
/usr/share/cargo/registry/rpassword-5.0.1/src/lib.rs
/usr/share/cargo/registry/rpassword-5.0.1/src/zero_on_drop.rs
/usr/share/cargo/registry/rpassword-5.0.1/tests
/usr/share/cargo/registry/rpassword-5.0.1/tests/no-terminal.rs
/usr/share/cargo/registry/rpassword-5.0.1/tests/piped.rs
/usr/share/cargo/registry/rpassword-5.0.1/tests/results_pipe_expected_stderr
/usr/share/cargo/registry/rpassword-5.0.1/tests/results_pipe_expected_stdout
/usr/share/cargo/registry/rpassword-5.0.1/tests/results_pipe_missing_nl_expected_stderr
/usr/share/cargo/registry/rpassword-5.0.1/tests/results_pipe_missing_nl_expected_stdout
/usr/share/cargo/registry/rpassword-5.0.1/tests/tests-unix.sh
/usr/share/doc/rust-rpassword-devel
/usr/share/doc/rust-rpassword-devel/README.md
/usr/share/licenses/rust-rpassword-devel
/usr/share/licenses/rust-rpassword-devel/LICENSE-APACHE

References

Summary

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