How To Install perl-App-a2p on Fedora 36

In this tutorial we learn how to install perl-App-a2p in Fedora 36. perl-App-a2p is Awk to Perl translator

Introduction

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

What is perl-App-a2p

This package delivers a2p tool which takes an awk script specified on the command line and produces a comparable Perl script.

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

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

sudo dnf -y install perl-App-a2p

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

sudo yum -y install perl-App-a2p

How To Uninstall perl-App-a2p on Fedora 36

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

sudo dnf remove perl-App-a2p

perl-App-a2p Package Contents on Fedora 36

/usr/bin/a2p
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/483047790e201a256f0cb1e890683548f9619d
/usr/share/doc/perl-App-a2p
/usr/share/doc/perl-App-a2p/Changes
/usr/share/doc/perl-App-a2p/README
/usr/share/licenses/perl-App-a2p
/usr/share/licenses/perl-App-a2p/LICENSE
/usr/share/man/man1/a2p.1.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/a2p.pm

References

Summary

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