How to Install and Uninstall perl-CGI-Application-Plugin-RateLimit.noarch Package on Fedora 34

Last updated: September 22,2024

1. Install "perl-CGI-Application-Plugin-RateLimit.noarch" package

Here is a brief guide to show you how to install perl-CGI-Application-Plugin-RateLimit.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Plugin-RateLimit.noarch

2. Uninstall "perl-CGI-Application-Plugin-RateLimit.noarch" package

Please follow the guidelines below to uninstall perl-CGI-Application-Plugin-RateLimit.noarch on Fedora 34:

$ sudo dnf remove perl-CGI-Application-Plugin-RateLimit.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Application-Plugin-RateLimit.noarch package on Fedora 34

Last metadata expiration check: 1:38:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-CGI-Application-Plugin-RateLimit
Version : 1.0
Release : 31.fc34
Architecture : noarch
Size : 19 k
Source : perl-CGI-Application-Plugin-RateLimit-1.0-31.fc34.src.rpm
Repository : fedora
Summary : Limits runmode call rate per user
URL : https://metacpan.org/release/CGI-Application-Plugin-RateLimit
License : GPL+ or Artistic
Description : This module provides protection against a user calling a runmode too
: frequently. A typical use-case might be a contact form that sends email.
: You'd like to allow your users to send you messages, but thousands of
: messages from a single user would be a problem.