How To Install perl-UUID-Tiny on Fedora 36
Introduction
In this tutorial we learn how to install perl-UUID-Tiny
on Fedora 36.
What is perl-UUID-Tiny
UUID creation and testing. This module provides the creation of version 1 time based UUIDs (using random multicast MAC addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and version 5 SHA-1 based UUIDs.
We can use yum
or dnf
to install perl-UUID-Tiny
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-UUID-Tiny.
Install perl-UUID-Tiny 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 perl-UUID-Tiny
using dnf
by running the following command:
sudo dnf -y install perl-UUID-Tiny
Install perl-UUID-Tiny 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 perl-UUID-Tiny
using yum
by running the following command:
sudo yum -y install perl-UUID-Tiny
How To Uninstall perl-UUID-Tiny on Fedora 36
To uninstall only the perl-UUID-Tiny
package we can use the following command:
sudo dnf remove perl-UUID-Tiny
perl-UUID-Tiny Package Contents on Fedora 36
/usr/share/doc/perl-UUID-Tiny
/usr/share/doc/perl-UUID-Tiny/Changes
/usr/share/doc/perl-UUID-Tiny/README
/usr/share/man/man3/UUID::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/UUID
/usr/share/perl5/vendor_perl/UUID/Tiny.pm
References
Summary
In this tutorial we learn how to install perl-UUID-Tiny
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).