How to Install and Uninstall rust-permutohedron+default-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

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

This guide let you learn how to install rust-permutohedron+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Here is a brief guide to show you how to uninstall rust-permutohedron+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-permutohedron+default-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:07:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-permutohedron+default-devel
Version : 0.2.4
Release : 13.el9
Architecture : noarch
Size : 7.7 k
Source : rust-permutohedron-0.2.4-13.el9.src.rpm
Repository : epel
Summary : Generate permutations of sequences
URL : https://crates.io/crates/permutohedron
License : MIT or ASL 2.0
Description : Generate permutations of sequences. Either lexicographical order permutations,
: or a minimal swaps permutation sequence implemented using Heap's algorithm.
:
: This package contains library source intended for building other packages
: which use "default" feature of "permutohedron" crate.