How to Install and Uninstall rust-half-devel.noarch Package on Oracle Linux 9

Last updated: September 21,2024

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

This guide let you learn how to install rust-half-devel.noarch on Oracle Linux 9

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

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

Please follow the instructions below to uninstall rust-half-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-half-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 0:13:36 ago on Thu Feb 15 07:50:05 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.