How To Install perl-MooseX-Types-Stringlike on Fedora 36
Introduction
In this tutorial we learn how to install perl-MooseX-Types-Stringlike
on Fedora 36.
What is perl-MooseX-Types-Stringlike
This module provides a more general version of the Str type. If coercions are enabled, it will accept objects that overload stringification and coerces them into strings.
We can use yum
or dnf
to install perl-MooseX-Types-Stringlike
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-MooseX-Types-Stringlike.
Install perl-MooseX-Types-Stringlike 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-MooseX-Types-Stringlike
using dnf
by running the following command:
sudo dnf -y install perl-MooseX-Types-Stringlike
Install perl-MooseX-Types-Stringlike 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-MooseX-Types-Stringlike
using yum
by running the following command:
sudo yum -y install perl-MooseX-Types-Stringlike
How To Uninstall perl-MooseX-Types-Stringlike on Fedora 36
To uninstall only the perl-MooseX-Types-Stringlike
package we can use the following command:
sudo dnf remove perl-MooseX-Types-Stringlike
perl-MooseX-Types-Stringlike Package Contents on Fedora 36
/usr/share/doc/perl-MooseX-Types-Stringlike
/usr/share/doc/perl-MooseX-Types-Stringlike/CONTRIBUTING
/usr/share/doc/perl-MooseX-Types-Stringlike/Changes
/usr/share/doc/perl-MooseX-Types-Stringlike/README
/usr/share/licenses/perl-MooseX-Types-Stringlike
/usr/share/licenses/perl-MooseX-Types-Stringlike/LICENSE
/usr/share/man/man3/MooseX::Types::Stringlike.3pm.gz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/Types
/usr/share/perl5/vendor_perl/MooseX/Types/Stringlike.pm
References
Summary
In this tutorial we learn how to install perl-MooseX-Types-Stringlike
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).