How To Install rust-http-body-devel on Fedora 36

In this tutorial we learn how to install rust-http-body-devel in Fedora 36. rust-http-body-devel is Trait representing an asynchronous, streaming, HTTP request or response body

Introduction

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

What is rust-http-body-devel

Trait representing an asynchronous, streaming, HTTP request or response body. This package contains library source intended for building other packages which use “http-body” crate.

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

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

sudo dnf -y install rust-http-body-devel

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

sudo yum -y install rust-http-body-devel

How To Uninstall rust-http-body-devel on Fedora 36

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

sudo dnf remove rust-http-body-devel

rust-http-body-devel Package Contents on Fedora 36

/usr/share/cargo/registry/http-body-0.4.4
/usr/share/cargo/registry/http-body-0.4.4/.cargo-checksum.json
/usr/share/cargo/registry/http-body-0.4.4/CHANGELOG.md
/usr/share/cargo/registry/http-body-0.4.4/Cargo.toml
/usr/share/cargo/registry/http-body-0.4.4/LICENSE
/usr/share/cargo/registry/http-body-0.4.4/README.md
/usr/share/cargo/registry/http-body-0.4.4/src
/usr/share/cargo/registry/http-body-0.4.4/src/combinators
/usr/share/cargo/registry/http-body-0.4.4/src/combinators/box_body.rs
/usr/share/cargo/registry/http-body-0.4.4/src/combinators/map_data.rs
/usr/share/cargo/registry/http-body-0.4.4/src/combinators/map_err.rs
/usr/share/cargo/registry/http-body-0.4.4/src/combinators/mod.rs
/usr/share/cargo/registry/http-body-0.4.4/src/empty.rs
/usr/share/cargo/registry/http-body-0.4.4/src/full.rs
/usr/share/cargo/registry/http-body-0.4.4/src/lib.rs
/usr/share/cargo/registry/http-body-0.4.4/src/next.rs
/usr/share/cargo/registry/http-body-0.4.4/src/size_hint.rs
/usr/share/cargo/registry/http-body-0.4.4/tests
/usr/share/cargo/registry/http-body-0.4.4/tests/is_end_stream.rs
/usr/share/doc/rust-http-body-devel
/usr/share/doc/rust-http-body-devel/CHANGELOG.md
/usr/share/doc/rust-http-body-devel/README.md
/usr/share/licenses/rust-http-body-devel
/usr/share/licenses/rust-http-body-devel/LICENSE

References

Summary

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