How to Install and Uninstall rust-permutohedron+std-devel.noarch Package on Fedora 36

Last updated: October 10,2024

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

In this section, we are going to explain the necessary steps to install rust-permutohedron+std-devel.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall rust-permutohedron+std-devel.noarch on Fedora 36:

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

3. Information about the rust-permutohedron+std-devel.noarch package on Fedora 36

Last metadata expiration check: 3:20:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rust-permutohedron+std-devel
Version : 0.2.4
Release : 12.fc36
Architecture : noarch
Size : 7.6 k
Source : rust-permutohedron-0.2.4-12.fc36.src.rpm
Repository : fedora
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 "std" feature of "permutohedron" crate.