How To Install rust-compiletest_rs-devel on Fedora 36

In this tutorial we learn how to install rust-compiletest_rs-devel in Fedora 36. rust-compiletest_rs-devel is Compiletest utility from the Rust compiler as a standalone testing harness

Introduction

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

What is rust-compiletest_rs-devel

Compiletest utility from the Rust compiler as a standalone testing harness. This package contains library source intended for building other packages which use the “compiletest_rs” crate.

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

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

sudo dnf -y install rust-compiletest_rs-devel

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

sudo yum -y install rust-compiletest_rs-devel

How To Uninstall rust-compiletest_rs-devel on Fedora 36

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

sudo dnf remove rust-compiletest_rs-devel

rust-compiletest_rs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/compiletest_rs-0.7.1
/usr/share/cargo/registry/compiletest_rs-0.7.1/.cargo-checksum.json
/usr/share/cargo/registry/compiletest_rs-0.7.1/Cargo.toml
/usr/share/cargo/registry/compiletest_rs-0.7.1/LICENSE-APACHE
/usr/share/cargo/registry/compiletest_rs-0.7.1/LICENSE-MIT
/usr/share/cargo/registry/compiletest_rs-0.7.1/README.md
/usr/share/cargo/registry/compiletest_rs-0.7.1/build.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/common.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/errors.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/header.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/json.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/lib.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/raise_fd_limit.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/read2.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/runtest.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/uidiff.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/src/util.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/tests
/usr/share/cargo/registry/compiletest_rs-0.7.1/tests/bless.rs
/usr/share/cargo/registry/compiletest_rs-0.7.1/tests/test_support
/usr/share/cargo/registry/compiletest_rs-0.7.1/tests/test_support/mod.rs
/usr/share/doc/rust-compiletest_rs-devel
/usr/share/doc/rust-compiletest_rs-devel/README.md
/usr/share/licenses/rust-compiletest_rs-devel
/usr/share/licenses/rust-compiletest_rs-devel/LICENSE-APACHE
/usr/share/licenses/rust-compiletest_rs-devel/LICENSE-MIT

References

Summary

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