How To Install perl-Cwd-utf8 on Fedora 36

In this tutorial we learn how to install perl-Cwd-utf8 in Fedora 36. perl-Cwd-utf8 is Fully UTF-8 aware Cwd

Introduction

In this tutorial we learn how to install perl-Cwd-utf8 on Fedora 36.

What is perl-Cwd-utf8

While the original Cwd functions are capable of handling UTF-8 quite well, they expects and return all data as bytes, not as characters. This Cwd Perl module replaces all the Cwd functions with fully UTF-8 aware versions, both expecting and returning characters.

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

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

sudo dnf -y install perl-Cwd-utf8

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

sudo yum -y install perl-Cwd-utf8

How To Uninstall perl-Cwd-utf8 on Fedora 36

To uninstall only the perl-Cwd-utf8 package we can use the following command:

sudo dnf remove perl-Cwd-utf8

perl-Cwd-utf8 Package Contents on Fedora 36

/usr/share/doc/perl-Cwd-utf8
/usr/share/doc/perl-Cwd-utf8/Changes
/usr/share/doc/perl-Cwd-utf8/README
/usr/share/licenses/perl-Cwd-utf8
/usr/share/licenses/perl-Cwd-utf8/LICENSE
/usr/share/man/man3/Cwd::utf8.3pm.gz
/usr/share/perl5/vendor_perl/Cwd
/usr/share/perl5/vendor_perl/Cwd/utf8.pm

References

Summary

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