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

Last updated: September 27,2024

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

In this section, we are going to explain the necessary steps to install rust-num+std-devel.noarch on Fedora 39

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

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

Please follow the steps below to uninstall rust-num+std-devel.noarch on Fedora 39:

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

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

Last metadata expiration check: 5:45:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-num+std-devel
Version : 0.4.1
Release : 2.fc39
Architecture : noarch
Size : 8.7 k
Source : rust-num-0.4.1-2.fc39.src.rpm
Repository : fedora
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 "std" feature of the "num" crate.