How To Install rust-half-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-half-devel
on Fedora 36.
What is rust-half-devel
Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types. This package contains library source intended for building other packages which use “half” crate.
We can use yum
or dnf
to install rust-half-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-half-devel.
Install rust-half-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-half-devel
using dnf
by running the following command:
sudo dnf -y install rust-half-devel
Install rust-half-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-half-devel
using yum
by running the following command:
sudo yum -y install rust-half-devel
How To Uninstall rust-half-devel on Fedora 36
To uninstall only the rust-half-devel
package we can use the following command:
sudo dnf remove rust-half-devel
rust-half-devel Package Contents on Fedora 36
/usr/share/cargo/registry/half-1.8.2
/usr/share/cargo/registry/half-1.8.2/.cargo-checksum.json
/usr/share/cargo/registry/half-1.8.2/CHANGELOG.md
/usr/share/cargo/registry/half-1.8.2/Cargo.toml
/usr/share/cargo/registry/half-1.8.2/LICENSE
/usr/share/cargo/registry/half-1.8.2/LICENSES
/usr/share/cargo/registry/half-1.8.2/LICENSES/Apache-2.0.txt
/usr/share/cargo/registry/half-1.8.2/LICENSES/MIT.txt
/usr/share/cargo/registry/half-1.8.2/Makefile.toml
/usr/share/cargo/registry/half-1.8.2/README.md
/usr/share/cargo/registry/half-1.8.2/benches
/usr/share/cargo/registry/half-1.8.2/benches/convert.rs
/usr/share/cargo/registry/half-1.8.2/src
/usr/share/cargo/registry/half-1.8.2/src/bfloat
/usr/share/cargo/registry/half-1.8.2/src/bfloat.rs
/usr/share/cargo/registry/half-1.8.2/src/bfloat/convert.rs
/usr/share/cargo/registry/half-1.8.2/src/binary16
/usr/share/cargo/registry/half-1.8.2/src/binary16.rs
/usr/share/cargo/registry/half-1.8.2/src/binary16/convert.rs
/usr/share/cargo/registry/half-1.8.2/src/lib.rs
/usr/share/cargo/registry/half-1.8.2/src/num_traits.rs
/usr/share/cargo/registry/half-1.8.2/src/slice.rs
/usr/share/cargo/registry/half-1.8.2/src/vec.rs
/usr/share/doc/rust-half-devel
/usr/share/doc/rust-half-devel/CHANGELOG.md
/usr/share/doc/rust-half-devel/README.md
/usr/share/licenses/rust-half-devel
/usr/share/licenses/rust-half-devel/Apache-2.0.txt
/usr/share/licenses/rust-half-devel/LICENSE
/usr/share/licenses/rust-half-devel/MIT.txt
References
Summary
In this tutorial we learn how to install rust-half-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).