How To Install rust-partial-io-devel on Fedora 36

In this tutorial we learn how to install rust-partial-io-devel in Fedora 36. rust-partial-io-devel is Helpers to test partial, interrupted and would-block I/O operations

Introduction

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

What is rust-partial-io-devel

Helpers to test partial, interrupted and would-block I/O operations. This package contains library source intended for building other packages which use “partial-io” crate.

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

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

sudo dnf -y install rust-partial-io-devel

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

sudo yum -y install rust-partial-io-devel

How To Uninstall rust-partial-io-devel on Fedora 36

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

sudo dnf remove rust-partial-io-devel

rust-partial-io-devel Package Contents on Fedora 36

/usr/share/cargo/registry/partial-io-0.5.0
/usr/share/cargo/registry/partial-io-0.5.0/.cargo-checksum.json
/usr/share/cargo/registry/partial-io-0.5.0/CHANGELOG.md
/usr/share/cargo/registry/partial-io-0.5.0/CODE_OF_CONDUCT.md
/usr/share/cargo/registry/partial-io-0.5.0/CONTRIBUTING.md
/usr/share/cargo/registry/partial-io-0.5.0/Cargo.toml
/usr/share/cargo/registry/partial-io-0.5.0/LICENSE
/usr/share/cargo/registry/partial-io-0.5.0/README.md
/usr/share/cargo/registry/partial-io-0.5.0/README.tpl
/usr/share/cargo/registry/partial-io-0.5.0/examples
/usr/share/cargo/registry/partial-io-0.5.0/examples/buggy_write.rs
/usr/share/cargo/registry/partial-io-0.5.0/rustfmt.toml
/usr/share/cargo/registry/partial-io-0.5.0/scripts
/usr/share/cargo/registry/partial-io-0.5.0/scripts/regenerate-readmes.sh
/usr/share/cargo/registry/partial-io-0.5.0/src
/usr/share/cargo/registry/partial-io-0.5.0/src/async_read.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/async_write.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/futures_util.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/lib.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/quickcheck_types.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/read.rs
/usr/share/cargo/registry/partial-io-0.5.0/src/write.rs
/usr/share/doc/rust-partial-io-devel
/usr/share/doc/rust-partial-io-devel/CODE_OF_CONDUCT.md
/usr/share/doc/rust-partial-io-devel/CONTRIBUTING.md
/usr/share/doc/rust-partial-io-devel/README.md
/usr/share/licenses/rust-partial-io-devel
/usr/share/licenses/rust-partial-io-devel/LICENSE

References

Summary

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