How to Install and Uninstall rust-num-conv+default-devel.noarch Package on AlmaLinux 9

Last updated: November 21,2024

1. Install "rust-num-conv+default-devel.noarch" package

Here is a brief guide to show you how to install rust-num-conv+default-devel.noarch on AlmaLinux 9

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

2. Uninstall "rust-num-conv+default-devel.noarch" package

Please follow the guidelines below to uninstall rust-num-conv+default-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-num-conv+default-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 1:03:50 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-num-conv+default-devel
Version : 0.1.0
Release : 1.el9
Architecture : noarch
Size : 7.2 k
Source : rust-num-conv-0.1.0-1.el9.src.rpm
Repository : epel
Summary : Num_conv is a crate to convert between integer types without using as casts
URL : https://crates.io/crates/num-conv
License : MIT OR Apache-2.0
Description : `num_conv` is a crate to convert between integer types without using
: `as` casts. This provides better certainty when refactoring, makes the
: exact behavior of code more explicit, and allows using turbofish syntax.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "num-conv" crate.