How To Install perl-App-grindperl on Fedora 36

In this tutorial we learn how to install perl-App-grindperl in Fedora 36. perl-App-grindperl is Command-line tool to help build and test blead perl

Introduction

In this tutorial we learn how to install perl-App-grindperl on Fedora 36.

What is perl-App-grindperl

Hacking on the Perl source tree requires one to regularly build and test. The grindperl tool helps automate some common configuration, build and test tasks.

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

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

sudo dnf -y install perl-App-grindperl

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

sudo yum -y install perl-App-grindperl

How To Uninstall perl-App-grindperl on Fedora 36

To uninstall only the perl-App-grindperl package we can use the following command:

sudo dnf remove perl-App-grindperl

perl-App-grindperl Package Contents on Fedora 36

/usr/bin/grindperl
/usr/share/doc/perl-App-grindperl
/usr/share/doc/perl-App-grindperl/Changes
/usr/share/doc/perl-App-grindperl/README
/usr/share/licenses/perl-App-grindperl
/usr/share/licenses/perl-App-grindperl/LICENSE
/usr/share/man/man1/grindperl.1.gz
/usr/share/man/man3/App::grindperl.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/grindperl.pm

References

Summary

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