How To Install perl-Unicode-MapUTF8 on Rocky Linux 8

In this tutorial we learn how to install perl-Unicode-MapUTF8 on Rocky Linux 8. perl-Unicode-MapUTF8 is Conversions to and from arbitrary character sets and UTF8

Introduction

In this tutorial we learn how to install perl-Unicode-MapUTF8 on Rocky Linux 8.

What is perl-Unicode-MapUTF8

Unicode converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don’t have to know the underlying implementations to do simple UTF8 to-from other character set string conversions. As such, it wraps the Unicode a standardized and simple API.

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

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

sudo dnf -y install perl-Unicode-MapUTF8

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

sudo yum -y install perl-Unicode-MapUTF8

How To Uninstall perl-Unicode-MapUTF8 on Rocky Linux 8

To uninstall only the perl-Unicode-MapUTF8 package we can use the following command:

sudo dnf remove perl-Unicode-MapUTF8

perl-Unicode-MapUTF8 Package Contents on Rocky Linux 8

/usr/share/doc/perl-Unicode-MapUTF8
/usr/share/doc/perl-Unicode-MapUTF8/Changes
/usr/share/doc/perl-Unicode-MapUTF8/README
/usr/share/man/man3/Unicode::MapUTF8.3pm.gz
/usr/share/perl5/vendor_perl/Unicode
/usr/share/perl5/vendor_perl/Unicode/MapUTF8.pm
/usr/share/perl5/vendor_perl/Unicode/MapUTF8.pod

References

Summary

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