How to Install and Uninstall perl-Algorithm-FastPermute.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Algorithm-FastPermute.x86_64" package

Please follow the steps below to install perl-Algorithm-FastPermute.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Algorithm-FastPermute.x86_64

2. Uninstall "perl-Algorithm-FastPermute.x86_64" package

Please follow the guidance below to uninstall perl-Algorithm-FastPermute.x86_64 on Fedora 36:

$ sudo dnf remove perl-Algorithm-FastPermute.x86_64 $ sudo dnf autoremove

3. Information about the perl-Algorithm-FastPermute.x86_64 package on Fedora 36

Last metadata expiration check: 4:34:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Algorithm-FastPermute
Version : 0.999
Release : 42.fc36
Architecture : x86_64
Size : 20 k
Source : perl-Algorithm-FastPermute-0.999-42.fc36.src.rpm
Repository : fedora
Summary : Rapid generation of permutations
URL : https://metacpan.org/release/Algorithm-FastPermute
License : GPL+ or Artistic
Description : Algorithm::FastPermute generates all the permutations of an array. You pass
: a block of code, which will be executed for each permutation. The array
: will be changed in place, and then changed back again before "permute"
: returns. During the execution of the callback, the array is read-only and
: you'll get an error if you try to change its length.