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

Last updated: October 05,2024

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

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

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

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

This guide let you learn how to uninstall perl-Algorithm-FastPermute.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:23:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Algorithm-FastPermute
Version : 0.999
Release : 39.fc34
Architecture : x86_64
Size : 21 k
Source : perl-Algorithm-FastPermute-0.999-39.fc34.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.