How to Install and Uninstall rust-half1-devel.noarch Package on CentOS Stream 9

Last updated: September 25,2024

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

In this section, we are going to explain the necessary steps to install rust-half1-devel.noarch on CentOS Stream 9

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

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

Learn how to uninstall rust-half1-devel.noarch on CentOS Stream 9:

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

3. Information about the rust-half1-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 2:35:02 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-half1-devel
Version : 1.8.2
Release : 2.el9
Architecture : noarch
Size : 40 k
Source : rust-half1-1.8.2-2.el9.src.rpm
Repository : epel
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 "half" crate.