How to Install and Uninstall rust-num-conv-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

Learn how to install rust-num-conv-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This guide let you learn how to uninstall rust-num-conv-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-num-conv-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:36:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-num-conv-devel
Version : 0.1.0
Release : 1.el9
Architecture : noarch
Size : 15 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 "num-conv" crate.