How To Install rust-cpio-devel on Fedora 36

In this tutorial we learn how to install rust-cpio-devel in Fedora 36. rust-cpio-devel is API for creating CPIO archives

Introduction

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

What is rust-cpio-devel

API for creating CPIO archives. This package contains library source intended for building other packages which use “cpio” crate.

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

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

sudo dnf -y install rust-cpio-devel

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

sudo yum -y install rust-cpio-devel

How To Uninstall rust-cpio-devel on Fedora 36

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

sudo dnf remove rust-cpio-devel

rust-cpio-devel Package Contents on Fedora 36

/usr/share/cargo/registry/cpio-0.2.1
/usr/share/cargo/registry/cpio-0.2.1/.cargo-checksum.json
/usr/share/cargo/registry/cpio-0.2.1/Cargo.toml
/usr/share/cargo/registry/cpio-0.2.1/LICENSE.md
/usr/share/cargo/registry/cpio-0.2.1/examples
/usr/share/cargo/registry/cpio-0.2.1/examples/listcpio.rs
/usr/share/cargo/registry/cpio-0.2.1/src
/usr/share/cargo/registry/cpio-0.2.1/src/lib.rs
/usr/share/cargo/registry/cpio-0.2.1/src/newc.rs
/usr/share/licenses/rust-cpio-devel
/usr/share/licenses/rust-cpio-devel/LICENSE.md

References

Summary

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