How To Install rust-csv-core-devel on Fedora 36

In this tutorial we learn how to install rust-csv-core-devel in Fedora 36. rust-csv-core-devel is Bare bones CSV parsing with no_std support

Introduction

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

What is rust-csv-core-devel

Bare bones CSV parsing with no_std support. This package contains library source intended for building other packages which use “csv-core” crate.

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

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

sudo dnf -y install rust-csv-core-devel

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

sudo yum -y install rust-csv-core-devel

How To Uninstall rust-csv-core-devel on Fedora 36

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

sudo dnf remove rust-csv-core-devel

rust-csv-core-devel Package Contents on Fedora 36

/usr/share/cargo/registry/csv-core-0.1.10
/usr/share/cargo/registry/csv-core-0.1.10/.cargo-checksum.json
/usr/share/cargo/registry/csv-core-0.1.10/COPYING
/usr/share/cargo/registry/csv-core-0.1.10/Cargo.toml
/usr/share/cargo/registry/csv-core-0.1.10/LICENSE-MIT
/usr/share/cargo/registry/csv-core-0.1.10/README.md
/usr/share/cargo/registry/csv-core-0.1.10/UNLICENSE
/usr/share/cargo/registry/csv-core-0.1.10/benches
/usr/share/cargo/registry/csv-core-0.1.10/benches/bench.rs
/usr/share/cargo/registry/csv-core-0.1.10/src
/usr/share/cargo/registry/csv-core-0.1.10/src/lib.rs
/usr/share/cargo/registry/csv-core-0.1.10/src/reader.rs
/usr/share/cargo/registry/csv-core-0.1.10/src/writer.rs
/usr/share/doc/rust-csv-core-devel
/usr/share/doc/rust-csv-core-devel/README.md
/usr/share/licenses/rust-csv-core-devel
/usr/share/licenses/rust-csv-core-devel/COPYING
/usr/share/licenses/rust-csv-core-devel/LICENSE-MIT
/usr/share/licenses/rust-csv-core-devel/UNLICENSE

References

Summary

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