How To Install perl-Set-Infinite on Rocky Linux 8

In this tutorial we learn how to install perl-Set-Infinite on Rocky Linux 8. perl-Set-Infinite is Sets of intervals

Introduction

In this tutorial we learn how to install perl-Set-Infinite on Rocky Linux 8.

What is perl-Set-Infinite

Set

We can use yum or dnf to install perl-Set-Infinite on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Set-Infinite.

Install perl-Set-Infinite on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Set-Infinite using dnf by running the following command:

sudo dnf -y install perl-Set-Infinite

Install perl-Set-Infinite on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Set-Infinite using yum by running the following command:

sudo yum -y install perl-Set-Infinite

How To Uninstall perl-Set-Infinite on Rocky Linux 8

To uninstall only the perl-Set-Infinite package we can use the following command:

sudo dnf remove perl-Set-Infinite

perl-Set-Infinite Package Contents on Rocky Linux 8

/usr/share/doc/perl-Set-Infinite
/usr/share/doc/perl-Set-Infinite/Changes
/usr/share/doc/perl-Set-Infinite/README
/usr/share/doc/perl-Set-Infinite/TODO
/usr/share/licenses/perl-Set-Infinite
/usr/share/licenses/perl-Set-Infinite/LICENSE
/usr/share/man/man3/Set::Infinite.3pm.gz
/usr/share/man/man3/Set::Infinite::Arithmetic.3pm.gz
/usr/share/man/man3/Set::Infinite::Basic.3pm.gz
/usr/share/perl5/vendor_perl/Set
/usr/share/perl5/vendor_perl/Set/Infinite
/usr/share/perl5/vendor_perl/Set/Infinite.pm
/usr/share/perl5/vendor_perl/Set/Infinite/Arithmetic.pm
/usr/share/perl5/vendor_perl/Set/Infinite/Basic.pm

References

Summary

In this tutorial we learn how to install perl-Set-Infinite on Rocky Linux 8 using yum and dnf.