How To Install perl-eperl on Fedora 36

In this tutorial we learn how to install perl-eperl in Fedora 36. perl-eperl is Embedded Perl Language

Introduction

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

What is perl-eperl

ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming. The documentation and latest release can be found on http Note that this package does not include the Apache which is designed for mod_perl 1.x.

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

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

sudo dnf -y install perl-eperl

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

sudo yum -y install perl-eperl

How To Uninstall perl-eperl on Fedora 36

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

sudo dnf remove perl-eperl

perl-eperl Package Contents on Fedora 36

/usr/bin/eperl
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/c76aac9c52f363f721600f8fc91f0e1bc8b335
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/49be2edebca868e74915c310eecf8333d8e474
/usr/lib64/perl5/vendor_perl/Parse
/usr/lib64/perl5/vendor_perl/Parse/ePerl.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/Parse
/usr/lib64/perl5/vendor_perl/auto/Parse/ePerl
/usr/lib64/perl5/vendor_perl/auto/Parse/ePerl/autosplit.ix
/usr/lib64/perl5/vendor_perl/auto/Parse/ePerl/ePerl.so
/usr/share/doc/perl-eperl
/usr/share/doc/perl-eperl/ANNOUNCE
/usr/share/doc/perl-eperl/ChangeLog
/usr/share/doc/perl-eperl/ChangeLog.1x
/usr/share/doc/perl-eperl/ChangeLog.20
/usr/share/doc/perl-eperl/ChangeLog.21
/usr/share/doc/perl-eperl/INSTALL.APACHE
/usr/share/doc/perl-eperl/INSTALL.NSAPI
/usr/share/doc/perl-eperl/KNOWN.BUGS
/usr/share/doc/perl-eperl/NEWS
/usr/share/doc/perl-eperl/README
/usr/share/doc/perl-eperl/eperl_logo.gif
/usr/share/doc/perl-eperl/eperl_powered.gif
/usr/share/doc/perl-eperl/utils
/usr/share/doc/perl-eperl/utils/00README
/usr/share/doc/perl-eperl/utils/del2del
/usr/share/doc/perl-eperl/utils/shtml2phtml
/usr/share/doc/perl-eperl/utils/shtml2phtml.test
/usr/share/eperl
/usr/share/eperl/00README
/usr/share/eperl/demo.cgipm.iphtml
/usr/share/eperl/demo.cgipm.phtml
/usr/share/eperl/demo.env.iphtml
/usr/share/eperl/demo.env.phtml
/usr/share/eperl/demo.errout.iphtml
/usr/share/eperl/demo.errout.phtml
/usr/share/eperl/demo.errsyn.iphtml
/usr/share/eperl/demo.errsyn.phtml
/usr/share/eperl/demo.func.iphtml
/usr/share/eperl/demo.func.phtml
/usr/share/eperl/demo.html.iphtml
/usr/share/eperl/demo.html.phtml
/usr/share/eperl/demo.image.iphtml
/usr/share/eperl/demo.image.phtml
/usr/share/eperl/demo.lwp.iphtml
/usr/share/eperl/demo.lwp.phtml
/usr/share/eperl/demo.net.iphtml
/usr/share/eperl/demo.net.phtml
/usr/share/eperl/demo.pp.iphtml
/usr/share/eperl/demo.pp.phtml
/usr/share/eperl/demo.table.iphtml
/usr/share/eperl/demo.table.phtml
/usr/share/eperl/demo.text.iphtml
/usr/share/eperl/demo.text.phtml
/usr/share/licenses/perl-eperl
/usr/share/licenses/perl-eperl/ARTISTIC
/usr/share/licenses/perl-eperl/COPYING
/usr/share/man/man1/eperl.1.gz
/usr/share/man/man3/Parse::ePerl.3pm.gz

References

Summary

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