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

Last updated: November 27,2024

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

This tutorial shows how to install rust-typenum+strict-devel.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall rust-typenum+strict-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:27:45 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rust-typenum+strict-devel
Version : 1.15.0
Release : 1.fc35
Architecture : noarch
Size : 8.0 k
Source : rust-typenum-1.15.0-1.fc35.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 "strict" feature of the "typenum" crate.