How to Install and Uninstall perl-CGI-Ajax.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "perl-CGI-Ajax.noarch" package

In this section, we are going to explain the necessary steps to install perl-CGI-Ajax.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-CGI-Ajax.noarch

2. Uninstall "perl-CGI-Ajax.noarch" package

This guide let you learn how to uninstall perl-CGI-Ajax.noarch on Fedora 35:

$ sudo dnf remove perl-CGI-Ajax.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Ajax.noarch package on Fedora 35

Last metadata expiration check: 5:32:33 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-CGI-Ajax
Version : 0.707
Release : 37.fc35
Architecture : noarch
Size : 55 k
Source : perl-CGI-Ajax-0.707-37.fc35.src.rpm
Repository : fedora
Summary : Perl-specific system for writing Asynchronous web applications
URL : https://metacpan.org/release/CGI-Ajax
License : GPL+ or Artistic
Description : CGI::Ajax is an object-oriented module that provides a unique mechanism for
: using perl code asynchronously from javascript- enhanced HTML pages.
: CGI::Ajax unburdens the user from having to write extensive javascript,
: except for associating an exported method with a document-defined event
: (such as onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML
: containing more complex javascript.