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

Last updated: July 05,2024

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

Please follow the steps below to install rust-indexmap-devel.noarch on Fedora 34

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

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

This tutorial shows how to uninstall rust-indexmap-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:13:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-indexmap-devel
Version : 1.8.1
Release : 1.fc34
Architecture : noarch
Size : 55 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 "indexmap" crate.