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

Last updated: June 03,2024

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

This guide covers the steps necessary to install perl-CGI-Ajax.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-CGI-Ajax.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:16:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CGI-Ajax
Version : 0.707
Release : 35.fc34
Architecture : noarch
Size : 55 k
Source : perl-CGI-Ajax-0.707-35.fc34.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.