How to Install and Uninstall rust-typenum-devel.noarch Package on Fedora 34

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install rust-typenum-devel.noarch on Fedora 34

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

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

Learn how to uninstall rust-typenum-devel.noarch on Fedora 34:

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

3. Information about the rust-typenum-devel.noarch package on Fedora 34

Last metadata expiration check: 5:29:42 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-typenum-devel
Version : 1.15.0
Release : 1.fc34
Architecture : noarch
Size : 46 k
Source : rust-typenum-1.15.0-1.fc34.src.rpm
Repository : updates
Summary : Rust library for type-level numbers evaluated at compile time
URL : https://crates.io/crates/typenum
License : MIT or ASL 2.0
Description : Rust library for type-level numbers evaluated at compile time. It currently
: supports bits, unsigned integers, and signed integers. It also provides a
: type-level array of type-level numbers, but its implementation is
: incomplete.
:
: This package contains library source intended for building other packages which
: use the "typenum" crate.