How to Install and Uninstall perl-JSON-RPC-Apache2.noarch Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

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

This is a short guide on how to install perl-JSON-RPC-Apache2.noarch on CentOS 8 / RHEL 8

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

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

This guide let you learn how to uninstall perl-JSON-RPC-Apache2.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-JSON-RPC-Apache2.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:40:50 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-JSON-RPC-Apache2
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 server for mod_perl2
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 mod_perl2 server
: implementation.