How to Install and Uninstall rust-typenum+strict-devel.noarch Package on Fedora 36

Last updated: May 03,2024

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

This guide let you learn how to install rust-typenum+strict-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall rust-typenum+strict-devel.noarch on Fedora 36:

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

3. Information about the rust-typenum+strict-devel.noarch package on Fedora 36

Last metadata expiration check: 4:34:13 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-typenum+strict-devel
Version : 1.15.0
Release : 2.fc36
Architecture : noarch
Size : 8.2 k
Source : rust-typenum-1.15.0-2.fc36.src.rpm
Repository : fedora
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 "strict" feature of the "typenum" crate.