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

Last updated: October 05,2024

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

This is a short guide on how to install perl-CGI-Application-Plugin-JSON.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-CGI-Application-Plugin-JSON.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:12:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CGI-Application-Plugin-JSON
Version : 1.02
Release : 30.fc34
Architecture : noarch
Size : 16 k
Source : perl-CGI-Application-Plugin-JSON-1.02-30.fc34.src.rpm
Repository : fedora
Summary : Easy manipulation of JSON headers
URL : https://metacpan.org/release/CGI-Application-Plugin-JSON
License : GPL+ or Artistic
Description : When communicating with client-side JavaScript, it is common to send data
: in X-JSON HTTP headers or through the document body as content-type
: application/json. This CGI::Application plugin adds a couple of convenience
: methods to make that just a little bit easier.