How to Install and Uninstall rust-indexmap+test_low_transition_point-devel.noarch Package on Oracle Linux 9

Last updated: June 26,2024

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

Please follow the step by step instructions below to install rust-indexmap+test_low_transition_point-devel.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall rust-indexmap+test_low_transition_point-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-indexmap+test_low_transition_point-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:01:58 ago on Tue Sep 13 06:10:44 2022.
Available Packages
Name : rust-indexmap+test_low_transition_point-devel
Version : 1.7.0
Release : 3.el9
Architecture : noarch
Size : 8.9 k
Source : rust-indexmap-1.7.0-3.el9.src.rpm
Repository : epel
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 "test_low_transition_point" feature of "indexmap" crate.