How To Install rust-dtoa-devel on Fedora 36

In this tutorial we learn how to install rust-dtoa-devel in Fedora 36. rust-dtoa-devel is Fast functions for printing floating-point primitives to an io

Introduction

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

What is rust-dtoa-devel

Fast functions for printing floating-point primitives to an io This package contains library source intended for building other packages which use “dtoa” crate.

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

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

sudo dnf -y install rust-dtoa-devel

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

sudo yum -y install rust-dtoa-devel

How To Uninstall rust-dtoa-devel on Fedora 36

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

sudo dnf remove rust-dtoa-devel

rust-dtoa-devel Package Contents on Fedora 36

/usr/share/cargo/registry/dtoa-0.4.8
/usr/share/cargo/registry/dtoa-0.4.8/.cargo-checksum.json
/usr/share/cargo/registry/dtoa-0.4.8/Cargo.toml
/usr/share/cargo/registry/dtoa-0.4.8/LICENSE-APACHE
/usr/share/cargo/registry/dtoa-0.4.8/LICENSE-MIT
/usr/share/cargo/registry/dtoa-0.4.8/README.md
/usr/share/cargo/registry/dtoa-0.4.8/benches
/usr/share/cargo/registry/dtoa-0.4.8/benches/bench.rs
/usr/share/cargo/registry/dtoa-0.4.8/src
/usr/share/cargo/registry/dtoa-0.4.8/src/diyfp.rs
/usr/share/cargo/registry/dtoa-0.4.8/src/dtoa.rs
/usr/share/cargo/registry/dtoa-0.4.8/src/lib.rs
/usr/share/cargo/registry/dtoa-0.4.8/tests
/usr/share/cargo/registry/dtoa-0.4.8/tests/test.rs
/usr/share/doc/rust-dtoa-devel
/usr/share/doc/rust-dtoa-devel/README.md
/usr/share/licenses/rust-dtoa-devel
/usr/share/licenses/rust-dtoa-devel/LICENSE-APACHE
/usr/share/licenses/rust-dtoa-devel/LICENSE-MIT

References

Summary

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