How To Install permutate on Fedora 36
Introduction
In this tutorial we learn how to install permutate
on Fedora 36.
What is permutate
Generic permutator that permutates singular and multiple lists.
We can use yum
or dnf
to install permutate
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install permutate.
Install permutate on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install permutate
using dnf
by running the following command:
sudo dnf -y install permutate
Install permutate on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install permutate
using yum
by running the following command:
sudo yum -y install permutate
How To Uninstall permutate on Fedora 36
To uninstall only the permutate
package we can use the following command:
sudo dnf remove permutate
permutate Package Contents on Fedora 36
/usr/bin/permutate
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/83f98ccf8694bad9d1c61cc6e08046aae64b4c
/usr/share/doc/permutate
/usr/share/doc/permutate/README.md
/usr/share/licenses/permutate
/usr/share/licenses/permutate/LICENSE
References
Summary
In this tutorial we learn how to install permutate
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).