How To Install perl-String-ToIdentifier-EN on Fedora 36

In this tutorial we learn how to install perl-String-ToIdentifier-EN in Fedora 36. perl-String-ToIdentifier-EN is Convert Strings to English Program Identifiers

Introduction

In this tutorial we learn how to install perl-String-ToIdentifier-EN on Fedora 36.

What is perl-String-ToIdentifier-EN

This module provides a utility method, “to_identifier” for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier.

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

Install perl-String-ToIdentifier-EN 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-String-ToIdentifier-EN using dnf by running the following command:

sudo dnf -y install perl-String-ToIdentifier-EN

Install perl-String-ToIdentifier-EN 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-String-ToIdentifier-EN using yum by running the following command:

sudo yum -y install perl-String-ToIdentifier-EN

How To Uninstall perl-String-ToIdentifier-EN on Fedora 36

To uninstall only the perl-String-ToIdentifier-EN package we can use the following command:

sudo dnf remove perl-String-ToIdentifier-EN

perl-String-ToIdentifier-EN Package Contents on Fedora 36

/usr/share/doc/perl-String-ToIdentifier-EN
/usr/share/doc/perl-String-ToIdentifier-EN/Changes
/usr/share/doc/perl-String-ToIdentifier-EN/README
/usr/share/licenses/perl-String-ToIdentifier-EN
/usr/share/licenses/perl-String-ToIdentifier-EN/LICENSE
/usr/share/man/man3/String::ToIdentifier::EN.3pm.gz
/usr/share/man/man3/String::ToIdentifier::EN::Unicode.3pm.gz
/usr/share/perl5/vendor_perl/String
/usr/share/perl5/vendor_perl/String/ToIdentifier
/usr/share/perl5/vendor_perl/String/ToIdentifier/EN
/usr/share/perl5/vendor_perl/String/ToIdentifier/EN.pm
/usr/share/perl5/vendor_perl/String/ToIdentifier/EN/Unicode.pm

References

Summary

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