How To Install perl-CGI-Ajax on Fedora 36

In this tutorial we learn how to install perl-CGI-Ajax in Fedora 36. perl-CGI-Ajax is Perl-specific system for writing Asynchronous web applications

Introduction

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

What is perl-CGI-Ajax

CGI using perl code asynchronously from javascript- enhanced HTML pages. CGI except for associating an exported method with a document-defined event (such as onClick, onKeyUp, etc). CGI containing more complex javascript.

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

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

sudo dnf -y install perl-CGI-Ajax

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

sudo yum -y install perl-CGI-Ajax

How To Uninstall perl-CGI-Ajax on Fedora 36

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

sudo dnf remove perl-CGI-Ajax

perl-CGI-Ajax Package Contents on Fedora 36

/usr/share/doc/perl-CGI-Ajax
/usr/share/doc/perl-CGI-Ajax/Changes
/usr/share/doc/perl-CGI-Ajax/LICENSE
/usr/share/doc/perl-CGI-Ajax/README
/usr/share/doc/perl-CGI-Ajax/Todo
/usr/share/doc/perl-CGI-Ajax/scripts
/usr/share/doc/perl-CGI-Ajax/scripts/CGI-Application-Ajax-ex01.pl
/usr/share/doc/perl-CGI-Ajax/scripts/CGI-Application-Ajax-ex02.pl
/usr/share/doc/perl-CGI-Ajax/scripts/CGI-Application-Ajax-ex03.pl
/usr/share/doc/perl-CGI-Ajax/scripts/convert_degrees.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_JSON.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_JSON_out.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_NO_CACHE_callee.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_NO_CACHE_caller.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_callback.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_chained.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_change_encoding.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_change_headers.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_checkbox.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_combo.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_cr.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_dynselect.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_formDump.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_from_span.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_loading.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_manyret.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_nobuild.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_objects_2_url.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_podex.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_radio.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_splitargs.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_subs.pl
/usr/share/doc/perl-CGI-Ajax/scripts/pjx_url.pl
/usr/share/man/man3/CGI::Ajax.3pm.gz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Ajax.pm

References

Summary

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