How To Install perl-Types-URI on AlmaLinux 8

In this tutorial we learn how to install perl-Types-URI in AlmaLinux 8. perl-Types-URI is Type constraints and coercions for URIs

Introduction

In this tutorial we learn how to install perl-Types-URI on AlmaLinux 8.

What is perl-Types-URI

Types attributes, Kavorka sub signatures, and so forth.

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

Install perl-Types-URI on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Types-URI

Install perl-Types-URI on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Types-URI

How To Uninstall perl-Types-URI on AlmaLinux 8

To uninstall only the perl-Types-URI package we can use the following command:

sudo dnf remove perl-Types-URI

References

Summary

In this tutorial we learn how to install perl-Types-URI on AlmaLinux 8 using yum and dnf.