How To Install rust-rspec-devel on Fedora 36

In this tutorial we learn how to install rust-rspec-devel in Fedora 36. rust-rspec-devel is Write Rspec-like tests with stable rust

Introduction

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

What is rust-rspec-devel

Write Rspec-like tests with stable rust. This package contains library source intended for building other packages which use “rspec” crate.

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

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

sudo dnf -y install rust-rspec-devel

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

sudo yum -y install rust-rspec-devel

How To Uninstall rust-rspec-devel on Fedora 36

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

sudo dnf remove rust-rspec-devel

rust-rspec-devel Package Contents on Fedora 36

/usr/share/cargo/registry/rspec-1.0.0
/usr/share/cargo/registry/rspec-1.0.0/.cargo-checksum.json
/usr/share/cargo/registry/rspec-1.0.0/Cargo.toml
/usr/share/cargo/registry/rspec-1.0.0/LICENSE
/usr/share/cargo/registry/rspec-1.0.0/README.md
/usr/share/cargo/registry/rspec-1.0.0/examples
/usr/share/cargo/registry/rspec-1.0.0/examples/advanced.rs
/usr/share/cargo/registry/rspec-1.0.0/examples/multi.rs
/usr/share/cargo/registry/rspec-1.0.0/examples/simple.rs
/usr/share/cargo/registry/rspec-1.0.0/src
/usr/share/cargo/registry/rspec-1.0.0/src/block
/usr/share/cargo/registry/rspec-1.0.0/src/block/context.rs
/usr/share/cargo/registry/rspec-1.0.0/src/block/example.rs
/usr/share/cargo/registry/rspec-1.0.0/src/block/mod.rs
/usr/share/cargo/registry/rspec-1.0.0/src/block/suite.rs
/usr/share/cargo/registry/rspec-1.0.0/src/header
/usr/share/cargo/registry/rspec-1.0.0/src/header/context.rs
/usr/share/cargo/registry/rspec-1.0.0/src/header/example.rs
/usr/share/cargo/registry/rspec-1.0.0/src/header/mod.rs
/usr/share/cargo/registry/rspec-1.0.0/src/header/suite.rs
/usr/share/cargo/registry/rspec-1.0.0/src/lib.rs
/usr/share/cargo/registry/rspec-1.0.0/src/logger
/usr/share/cargo/registry/rspec-1.0.0/src/logger/mod.rs
/usr/share/cargo/registry/rspec-1.0.0/src/logger/serial.rs
/usr/share/cargo/registry/rspec-1.0.0/src/report
/usr/share/cargo/registry/rspec-1.0.0/src/report/context.rs
/usr/share/cargo/registry/rspec-1.0.0/src/report/example.rs
/usr/share/cargo/registry/rspec-1.0.0/src/report/mod.rs
/usr/share/cargo/registry/rspec-1.0.0/src/report/suite.rs
/usr/share/cargo/registry/rspec-1.0.0/src/runner
/usr/share/cargo/registry/rspec-1.0.0/src/runner/configuration.rs
/usr/share/cargo/registry/rspec-1.0.0/src/runner/mod.rs
/usr/share/cargo/registry/rspec-1.0.0/src/runner/observer.rs
/usr/share/cargo/registry/rspec-1.0.0/src/visitor.rs
/usr/share/doc/rust-rspec-devel
/usr/share/doc/rust-rspec-devel/README.md
/usr/share/licenses/rust-rspec-devel
/usr/share/licenses/rust-rspec-devel/LICENSE

References

Summary

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