How To Install rust-proc-mounts-devel on Fedora 36

In this tutorial we learn how to install rust-proc-mounts-devel in Fedora 36. rust-proc-mounts-devel is Fetch active mounts and swaps on a Linux system

Introduction

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

What is rust-proc-mounts-devel

Fetch active mounts and swaps on a Linux system. This package contains library source intended for building other packages which use “proc-mounts” crate.

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

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

sudo dnf -y install rust-proc-mounts-devel

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

sudo yum -y install rust-proc-mounts-devel

How To Uninstall rust-proc-mounts-devel on Fedora 36

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

sudo dnf remove rust-proc-mounts-devel

rust-proc-mounts-devel Package Contents on Fedora 36

/usr/share/cargo/registry/proc-mounts-0.2.4
/usr/share/cargo/registry/proc-mounts-0.2.4/.cargo-checksum.json
/usr/share/cargo/registry/proc-mounts-0.2.4/CHANGELOG.md
/usr/share/cargo/registry/proc-mounts-0.2.4/Cargo.toml
/usr/share/cargo/registry/proc-mounts-0.2.4/LICENSE
/usr/share/cargo/registry/proc-mounts-0.2.4/README.md
/usr/share/cargo/registry/proc-mounts-0.2.4/examples
/usr/share/cargo/registry/proc-mounts-0.2.4/examples/example.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/rust-toolchain
/usr/share/cargo/registry/proc-mounts-0.2.4/rustfmt.toml
/usr/share/cargo/registry/proc-mounts-0.2.4/src
/usr/share/cargo/registry/proc-mounts-0.2.4/src/lib.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts/info.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts/iter.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts/list.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts/mod.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/mounts/tab.rs
/usr/share/cargo/registry/proc-mounts-0.2.4/src/swaps.rs
/usr/share/doc/rust-proc-mounts-devel
/usr/share/doc/rust-proc-mounts-devel/CHANGELOG.md
/usr/share/doc/rust-proc-mounts-devel/README.md
/usr/share/doc/rust-proc-mounts-devel/examples
/usr/share/doc/rust-proc-mounts-devel/examples/example.rs
/usr/share/licenses/rust-proc-mounts-devel
/usr/share/licenses/rust-proc-mounts-devel/LICENSE

References

Summary

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