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

Last updated: October 12,2024

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

In this section, we are going to explain the necessary steps to install perl-JSON-RPC-CGI.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-JSON-RPC-CGI.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:36:09 ago on Thu Feb 15 07:50:05 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.