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

Last updated: May 19,2024

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

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

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

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

Please follow the instructions below to uninstall perl-JSON-RPC-Daemon.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 0:07:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-JSON-RPC-Daemon
Version : 1.06
Release : 14.el8
Architecture : noarch
Size : 17 k
Source : perl-JSON-RPC-1.06-14.el8.src.rpm
Repository : epel
Summary : JSON-RPC standalone daemon
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 standalone daemon
: to serve JSON-RPC requests.