How To Install rust-system-deps-devel on Fedora 36

In this tutorial we learn how to install rust-system-deps-devel in Fedora 36. rust-system-deps-devel is Declarative system dependencies in Cargo.toml

Introduction

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

What is rust-system-deps-devel

Discover and configure system dependencies from declarative dependencies in Cargo.toml. This package contains library source intended for building other packages which use the “system-deps” crate.

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

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

sudo dnf -y install rust-system-deps-devel

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

sudo yum -y install rust-system-deps-devel

How To Uninstall rust-system-deps-devel on Fedora 36

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

sudo dnf remove rust-system-deps-devel

rust-system-deps-devel Package Contents on Fedora 36

/usr/share/cargo/registry/system-deps-6.0.2
/usr/share/cargo/registry/system-deps-6.0.2/.cargo-checksum.json
/usr/share/cargo/registry/system-deps-6.0.2/Cargo.toml
/usr/share/cargo/registry/system-deps-6.0.2/LICENSE-APACHE
/usr/share/cargo/registry/system-deps-6.0.2/LICENSE-MIT
/usr/share/cargo/registry/system-deps-6.0.2/README.md
/usr/share/cargo/registry/system-deps-6.0.2/src
/usr/share/cargo/registry/system-deps-6.0.2/src/lib.rs
/usr/share/cargo/registry/system-deps-6.0.2/src/metadata.rs
/usr/share/cargo/registry/system-deps-6.0.2/src/test.rs
/usr/share/cargo/registry/system-deps-6.0.2/src/tests
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/lib
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/lib/libteststatic.a
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/testanotherlib.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/testdata.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/testlib-2.0.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/testlib-3.0.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/testlib.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/teststaticlib.pc
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/toml-missing-file
/usr/share/cargo/registry/system-deps-6.0.2/src/tests/toml-missing-file/no-cargo-toml-here
/usr/share/doc/rust-system-deps-devel
/usr/share/doc/rust-system-deps-devel/README.md
/usr/share/licenses/rust-system-deps-devel
/usr/share/licenses/rust-system-deps-devel/LICENSE-APACHE
/usr/share/licenses/rust-system-deps-devel/LICENSE-MIT

References

Summary

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