How To Install perl-Parse-ErrorString-Perl on Fedora 36
Introduction
In this tutorial we learn how to install perl-Parse-ErrorString-Perl
on Fedora 36.
What is perl-Parse-ErrorString-Perl
Parse error messages from the perl interpreter.
We can use yum
or dnf
to install perl-Parse-ErrorString-Perl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Parse-ErrorString-Perl.
Install perl-Parse-ErrorString-Perl 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-Parse-ErrorString-Perl
using dnf
by running the following command:
sudo dnf -y install perl-Parse-ErrorString-Perl
Install perl-Parse-ErrorString-Perl 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-Parse-ErrorString-Perl
using yum
by running the following command:
sudo yum -y install perl-Parse-ErrorString-Perl
How To Uninstall perl-Parse-ErrorString-Perl on Fedora 36
To uninstall only the perl-Parse-ErrorString-Perl
package we can use the following command:
sudo dnf remove perl-Parse-ErrorString-Perl
perl-Parse-ErrorString-Perl Package Contents on Fedora 36
/usr/bin/check_perldiag
/usr/share/doc/perl-Parse-ErrorString-Perl
/usr/share/doc/perl-Parse-ErrorString-Perl/Changes
/usr/share/doc/perl-Parse-ErrorString-Perl/README
/usr/share/man/man1/check_perldiag.1.gz
/usr/share/man/man3/Parse::ErrorString::Perl.3pm.gz
/usr/share/man/man3/Parse::ErrorString::Perl::ErrorItem.3pm.gz
/usr/share/man/man3/Parse::ErrorString::Perl::StackItem.3pm.gz
/usr/share/perl5/vendor_perl/Parse
/usr/share/perl5/vendor_perl/Parse/ErrorString
/usr/share/perl5/vendor_perl/Parse/ErrorString/Perl
/usr/share/perl5/vendor_perl/Parse/ErrorString/Perl.pm
/usr/share/perl5/vendor_perl/Parse/ErrorString/Perl/ErrorItem.pm
/usr/share/perl5/vendor_perl/Parse/ErrorString/Perl/StackItem.pm
References
Summary
In this tutorial we learn how to install perl-Parse-ErrorString-Perl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).