How to Install and Uninstall perl-JSON-RPC-CGI.noarch Package on Rocky Linux 9

Last updated: October 07,2024

1. Install "perl-JSON-RPC-CGI.noarch" package

This guide covers the steps necessary to install perl-JSON-RPC-CGI.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-JSON-RPC-CGI.noarch

2. Uninstall "perl-JSON-RPC-CGI.noarch" package

Please follow the guidelines below to uninstall perl-JSON-RPC-CGI.noarch on Rocky Linux 9:

$ sudo dnf remove perl-JSON-RPC-CGI.noarch $ sudo dnf autoremove

3. Information about the perl-JSON-RPC-CGI.noarch package on Rocky Linux 9

Last metadata expiration check: 2:06:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-JSON-RPC-CGI
Version : 1.06
Release : 25.el9
Architecture : noarch
Size : 13 k
Source : perl-JSON-RPC-1.06-25.el9.src.rpm
Repository : epel
Summary : JSON-RPC server for CGI scripts
URL : https://metacpan.org/release/JSON-RPC
License : GPL+ or Artistic
Description : JSON-RPC is a stateless and light-weight remote procedure call (RPC)
: protocol for inter-networking applications over HTTP. It uses JSON as the
: data format for of all facets of a remote procedure call, including all
: application data carried in parameters. This is the CGI server
: implementation.