How to Install and Uninstall perl-JSON-RPC.noarch Package on AlmaLinux 8

Last updated: November 01,2024

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

This guide covers the steps necessary to install perl-JSON-RPC.noarch on AlmaLinux 8

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

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

Here is a brief guide to show you how to uninstall perl-JSON-RPC.noarch on AlmaLinux 8:

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

3. Information about the perl-JSON-RPC.noarch package on AlmaLinux 8

Last metadata expiration check: 2:21:27 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-JSON-RPC
Version : 1.06
Release : 14.el8
Architecture : noarch
Size : 69 k
Source : perl-JSON-RPC-1.06-14.el8.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.