How To Install rust-dtoa-short-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-dtoa-short-devel
on Fedora 36.
What is rust-dtoa-short-devel
Serialize float number and truncate to certain precision. This package contains library source intended for building other packages which use “dtoa-short” crate.
We can use yum
or dnf
to install rust-dtoa-short-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-dtoa-short-devel.
Install rust-dtoa-short-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-short-devel
using dnf
by running the following command:
sudo dnf -y install rust-dtoa-short-devel
Install rust-dtoa-short-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-short-devel
using yum
by running the following command:
sudo yum -y install rust-dtoa-short-devel
How To Uninstall rust-dtoa-short-devel on Fedora 36
To uninstall only the rust-dtoa-short-devel
package we can use the following command:
sudo dnf remove rust-dtoa-short-devel
rust-dtoa-short-devel Package Contents on Fedora 36
/usr/share/cargo/registry/dtoa-short-0.3.3
/usr/share/cargo/registry/dtoa-short-0.3.3/.cargo-checksum.json
/usr/share/cargo/registry/dtoa-short-0.3.3/Cargo.toml
/usr/share/cargo/registry/dtoa-short-0.3.3/LICENSE
/usr/share/cargo/registry/dtoa-short-0.3.3/src
/usr/share/cargo/registry/dtoa-short-0.3.3/src/lib.rs
/usr/share/licenses/rust-dtoa-short-devel
/usr/share/licenses/rust-dtoa-short-devel/LICENSE
References
Summary
In this tutorial we learn how to install rust-dtoa-short-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).