How To Install perl-Net-Random on Fedora 36

In this tutorial we learn how to install perl-Net-Random in Fedora 36. perl-Net-Random is A module gets random data from online sources

Introduction

In this tutorial we learn how to install perl-Net-Random on Fedora 36.

What is perl-Net-Random

This module can get random data from online sources such as websites.

We can use yum or dnf to install perl-Net-Random on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-Random.

Install perl-Net-Random 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-Net-Random using dnf by running the following command:

sudo dnf -y install perl-Net-Random

Install perl-Net-Random 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-Net-Random using yum by running the following command:

sudo yum -y install perl-Net-Random

How To Uninstall perl-Net-Random on Fedora 36

To uninstall only the perl-Net-Random package we can use the following command:

sudo dnf remove perl-Net-Random

perl-Net-Random Package Contents on Fedora 36

/usr/share/doc/perl-Net-Random
/usr/share/doc/perl-Net-Random/CHANGELOG
/usr/share/doc/perl-Net-Random/README
/usr/share/doc/perl-Net-Random/TODO
/usr/share/licenses/perl-Net-Random
/usr/share/licenses/perl-Net-Random/ARTISTIC.txt
/usr/share/licenses/perl-Net-Random/GPL2.txt
/usr/share/man/man3/Net::Random.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Random.pm

References

Summary

In this tutorial we learn how to install perl-Net-Random on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).