How To Install rust-duct-devel on Fedora 36

In this tutorial we learn how to install rust-duct-devel in Fedora 36. rust-duct-devel is Library for running child processes

Introduction

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

What is rust-duct-devel

Library for running child processes. This package contains library source intended for building other packages which use “duct” crate.

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

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

sudo dnf -y install rust-duct-devel

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

sudo yum -y install rust-duct-devel

How To Uninstall rust-duct-devel on Fedora 36

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

sudo dnf remove rust-duct-devel

rust-duct-devel Package Contents on Fedora 36

/usr/share/cargo/registry/duct-0.13.5
/usr/share/cargo/registry/duct-0.13.5/.cargo-checksum.json
/usr/share/cargo/registry/duct-0.13.5/Cargo.toml
/usr/share/cargo/registry/duct-0.13.5/LICENSE
/usr/share/cargo/registry/duct-0.13.5/README.md
/usr/share/cargo/registry/duct-0.13.5/README.tpl
/usr/share/cargo/registry/duct-0.13.5/src
/usr/share/cargo/registry/duct-0.13.5/src/bin
/usr/share/cargo/registry/duct-0.13.5/src/bin/cat.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/child_grandchild.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/echo.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/exe_in_dir.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/print_env.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/pwd.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/sleep.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/status.rs
/usr/share/cargo/registry/duct-0.13.5/src/bin/x_to_y.rs
/usr/share/cargo/registry/duct-0.13.5/src/lib.rs
/usr/share/cargo/registry/duct-0.13.5/src/test.rs
/usr/share/cargo/registry/duct-0.13.5/src/unix.rs
/usr/share/doc/rust-duct-devel
/usr/share/doc/rust-duct-devel/README.md
/usr/share/licenses/rust-duct-devel
/usr/share/licenses/rust-duct-devel/LICENSE

References

Summary

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