How to Install and Uninstall perl-CGI-Application-Plugin-LinkIntegrity.noarch Package on Fedora 35

Last updated: January 15,2025

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

Learn how to install perl-CGI-Application-Plugin-LinkIntegrity.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-CGI-Application-Plugin-LinkIntegrity.noarch on Fedora 35:

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

3. Information about the perl-CGI-Application-Plugin-LinkIntegrity.noarch package on Fedora 35

Last metadata expiration check: 4:23:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-CGI-Application-Plugin-LinkIntegrity
Version : 0.06
Release : 32.fc35
Architecture : noarch
Size : 23 k
Source : perl-CGI-Application-Plugin-LinkIntegrity-0.06-32.fc35.src.rpm
Repository : fedora
Summary : Make tamper-resistant links in CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-LinkIntegrity
License : GPL+ or Artistic
Description : CGI::Application::Plugin::LinkIntegrity lets you create tamper-resistant
: links within your CGI::Application project. When you create an URL with
: link, a check-sum is added to the URL. The check-sum is a (cryptographic) hash
: of the URL, plus a secret string known only to the server.