How To Install rust-assert_fs-devel on Fedora 36

In this tutorial we learn how to install rust-assert_fs-devel in Fedora 36. rust-assert_fs-devel is Filesystem fixtures and assertions for testing

Introduction

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

What is rust-assert_fs-devel

Filesystem fixtures and assertions for testing. This package contains library source intended for building other packages which use the “assert_fs” crate.

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

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

sudo dnf -y install rust-assert_fs-devel

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

sudo yum -y install rust-assert_fs-devel

How To Uninstall rust-assert_fs-devel on Fedora 36

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

sudo dnf remove rust-assert_fs-devel

rust-assert_fs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/assert_fs-1.0.7
/usr/share/cargo/registry/assert_fs-1.0.7/.cargo-checksum.json
/usr/share/cargo/registry/assert_fs-1.0.7/Cargo.toml
/usr/share/cargo/registry/assert_fs-1.0.7/LICENSE-APACHE
/usr/share/cargo/registry/assert_fs-1.0.7/LICENSE-MIT
/usr/share/cargo/registry/assert_fs-1.0.7/README.md
/usr/share/cargo/registry/assert_fs-1.0.7/examples
/usr/share/cargo/registry/assert_fs-1.0.7/examples/failure.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src
/usr/share/cargo/registry/assert_fs-1.0.7/src/assert.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/color.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/child.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/dir.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/errors.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/file.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/mod.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/fixture/tools.rs
/usr/share/cargo/registry/assert_fs-1.0.7/src/lib.rs
/usr/share/doc/rust-assert_fs-devel
/usr/share/doc/rust-assert_fs-devel/README.md
/usr/share/licenses/rust-assert_fs-devel
/usr/share/licenses/rust-assert_fs-devel/LICENSE-APACHE
/usr/share/licenses/rust-assert_fs-devel/LICENSE-MIT

References

Summary

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