How to Install and Uninstall perl-JSON-RPC-CGI.noarch Package on CentOS Stream 9

Last updated: June 21,2024

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

This tutorial shows how to install perl-JSON-RPC-CGI.noarch on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the perl-JSON-RPC-CGI.noarch package on CentOS Stream 9

Last metadata expiration check: 3:06:43 ago on Sat Mar 16 16:03:45 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.