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

Last updated: June 21,2024

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

This guide covers the steps necessary to install rust-half-devel.noarch on CentOS Stream 9

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

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

This guide let you learn how to uninstall rust-half-devel.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 2:01:25 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-half-devel
Version : 2.3.1
Release : 2.el9
Architecture : noarch
Size : 47 k
Source : rust-half-2.3.1-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.