How to Install and Uninstall rust-indexmap+default-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "rust-indexmap+default-devel.noarch" package

This tutorial shows how to install rust-indexmap+default-devel.noarch on Fedora 34

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

2. Uninstall "rust-indexmap+default-devel.noarch" package

Please follow the step by step instructions below to uninstall rust-indexmap+default-devel.noarch on Fedora 34:

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

3. Information about the rust-indexmap+default-devel.noarch package on Fedora 34

Last metadata expiration check: 1:01:01 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rust-indexmap+default-devel
Version : 1.8.1
Release : 1.fc34
Architecture : noarch
Size : 8.8 k
Source : rust-indexmap-1.8.1-1.fc34.src.rpm
Repository : updates
Summary : Hash table with consistent order and fast iteration
URL : https://crates.io/crates/indexmap
License : ASL 2.0 or MIT
Description : Hash table with consistent order and fast iteration.
: The indexmap is a hash table where the iteration order of the key-value pairs
: is independent of the hash values of the keys. It has the usual hash table
: functionality, it preserves insertion order except after removals, and it
: allows lookup of its elements by either hash table key or numerical index. A
: corresponding hash set type is also provided.
: This crate was initially published under the name ordermap, but it was renamed
: to indexmap.
:
: This package contains library source intended for building other packages which
: use the "default" feature of the "indexmap" crate.