How To Install rust-chunked_transfer-devel on Fedora 36

In this tutorial we learn how to install rust-chunked_transfer-devel in Fedora 36. rust-chunked_transfer-devel is Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)

Introduction

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

What is rust-chunked_transfer-devel

Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1). This package contains library source intended for building other packages which use “chunked_transfer” crate.

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

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

sudo dnf -y install rust-chunked_transfer-devel

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

sudo yum -y install rust-chunked_transfer-devel

How To Uninstall rust-chunked_transfer-devel on Fedora 36

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

sudo dnf remove rust-chunked_transfer-devel

rust-chunked_transfer-devel Package Contents on Fedora 36

/usr/share/cargo/registry/chunked_transfer-1.4.0
/usr/share/cargo/registry/chunked_transfer-1.4.0/.cargo-checksum.json
/usr/share/cargo/registry/chunked_transfer-1.4.0/Cargo.toml
/usr/share/cargo/registry/chunked_transfer-1.4.0/LICENSE
/usr/share/cargo/registry/chunked_transfer-1.4.0/README.md
/usr/share/cargo/registry/chunked_transfer-1.4.0/benches
/usr/share/cargo/registry/chunked_transfer-1.4.0/benches/encode.rs
/usr/share/cargo/registry/chunked_transfer-1.4.0/src
/usr/share/cargo/registry/chunked_transfer-1.4.0/src/decoder.rs
/usr/share/cargo/registry/chunked_transfer-1.4.0/src/encoder.rs
/usr/share/cargo/registry/chunked_transfer-1.4.0/src/lib.rs
/usr/share/doc/rust-chunked_transfer-devel
/usr/share/doc/rust-chunked_transfer-devel/README.md
/usr/share/licenses/rust-chunked_transfer-devel
/usr/share/licenses/rust-chunked_transfer-devel/LICENSE

References

Summary

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