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

Last updated: September 23,2024

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

Here is a brief guide to show you how to install perl-JSON-RPC.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall perl-JSON-RPC.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:37:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-JSON-RPC
Version : 1.06
Release : 25.el9
Architecture : noarch
Size : 65 k
Source : perl-JSON-RPC-1.06-25.el9.src.rpm
Repository : epel
Summary : Perl implementation of JSON-RPC 1.1 protocol
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.