How to Install and Uninstall rust-num+libm-devel.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "rust-num+libm-devel.noarch" package

Learn how to install rust-num+libm-devel.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install rust-num+libm-devel.noarch

2. Uninstall "rust-num+libm-devel.noarch" package

Please follow the steps below to uninstall rust-num+libm-devel.noarch on CentOS Stream 9:

$ sudo dnf remove rust-num+libm-devel.noarch $ sudo dnf autoremove

3. Information about the rust-num+libm-devel.noarch package on CentOS Stream 9

Last metadata expiration check: 3:05:12 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rust-num+libm-devel
Version : 0.4.1
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-num-0.4.1-1.el9.src.rpm
Repository : epel
Summary : Collection of numeric types and traits for Rust
URL : https://crates.io/crates/num
License : MIT OR Apache-2.0
Description : A collection of numeric types and traits for Rust, including bigint,
: complex, rational, range iterators, generic integers, and more!.
:
: This package contains library source intended for building other packages which
: use the "libm" feature of the "num" crate.