How to Install and Uninstall rust-permutohedron+default-devel.noarch Package on Fedora 35

Last updated: May 18,2024

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

This is a short guide on how to install rust-permutohedron+default-devel.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall rust-permutohedron+default-devel.noarch on Fedora 35:

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

3. Information about the rust-permutohedron+default-devel.noarch package on Fedora 35

Last metadata expiration check: 3:55:06 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rust-permutohedron+default-devel
Version : 0.2.4
Release : 11.fc35
Architecture : noarch
Size : 7.7 k
Source : rust-permutohedron-0.2.4-11.fc35.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 "default" feature of "permutohedron" crate.