How to Install and Uninstall rust-half1+std-devel.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "rust-half1+std-devel.noarch" package

This guide covers the steps necessary to install rust-half1+std-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rust-half1+std-devel.noarch

2. Uninstall "rust-half1+std-devel.noarch" package

This tutorial shows how to uninstall rust-half1+std-devel.noarch on Fedora 39:

$ sudo dnf remove rust-half1+std-devel.noarch $ sudo dnf autoremove

3. Information about the rust-half1+std-devel.noarch package on Fedora 39

Last metadata expiration check: 4:30:38 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-half1+std-devel
Version : 1.8.2
Release : 2.fc39
Architecture : noarch
Size : 7.4 k
Source : rust-half1-1.8.2-2.fc39.src.rpm
Repository : updates
Summary : Half-precision floating point f16 and bf16 types for Rust
URL : https://crates.io/crates/half
License : MIT OR Apache-2.0
Description : 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 the "std" feature of the "half" crate.