How to Install and Uninstall perl-JSON-RPC-Apache2.noarch Package on Fedora 36

Last updated: April 27,2024

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

Please follow the instructions below to install perl-JSON-RPC-Apache2.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-JSON-RPC-Apache2.noarch on Fedora 36:

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

3. Information about the perl-JSON-RPC-Apache2.noarch package on Fedora 36

Last metadata expiration check: 4:24:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-JSON-RPC-Apache2
Version : 1.06
Release : 21.fc36
Architecture : noarch
Size : 14 k
Source : perl-JSON-RPC-1.06-21.fc36.src.rpm
Repository : fedora
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.