How To Install perl-JSON-RPC-Common on Fedora 36

In this tutorial we learn how to install perl-JSON-RPC-Common in Fedora 36. perl-JSON-RPC-Common is Perl module for handling JSON-RPC objects

Introduction

In this tutorial we learn how to install perl-JSON-RPC-Common on Fedora 36.

What is perl-JSON-RPC-Common

This module provides abstractions for JSON-RPC 1.0, 1.1 (both variations) and 2.0 (formerly 1.2) Procedure Call and Procedure Return objects (formerly known as request and result), along with error objects. It also provides marshaling objects to convert the model objects into JSON text and HTTP requests/responses.

We can use yum or dnf to install perl-JSON-RPC-Common on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-JSON-RPC-Common.

Install perl-JSON-RPC-Common on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-JSON-RPC-Common using dnf by running the following command:

sudo dnf -y install perl-JSON-RPC-Common

Install perl-JSON-RPC-Common on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-JSON-RPC-Common using yum by running the following command:

sudo yum -y install perl-JSON-RPC-Common

How To Uninstall perl-JSON-RPC-Common on Fedora 36

To uninstall only the perl-JSON-RPC-Common package we can use the following command:

sudo dnf remove perl-JSON-RPC-Common

perl-JSON-RPC-Common Package Contents on Fedora 36

/usr/share/doc/perl-JSON-RPC-Common
/usr/share/doc/perl-JSON-RPC-Common/Changes
/usr/share/man/man3/JSON::RPC::Common.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Marshal::HTTP.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Marshal::Text.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Message.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Call.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Call::Version_1_0.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Call::Version_1_1.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Call::Version_2_0.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Error.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_1_0.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_1_0::Error.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_1_1.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_1_1::Error.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_2_0.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::Procedure::Return::Version_2_0::Error.3pm.gz
/usr/share/man/man3/JSON::RPC::Common::TypeConstraints.3pm.gz
/usr/share/perl5/vendor_perl/JSON/RPC
/usr/share/perl5/vendor_perl/JSON/RPC/Common
/usr/share/perl5/vendor_perl/JSON/RPC/Common.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Marshal
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Marshal/HTTP.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Marshal/Text.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Message.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Call
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Call.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Call/Version_1_0.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Call/Version_1_1.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Call/Version_2_0.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Error.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_0
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_0.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_0/Error.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_1
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_1.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_1_1/Error.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_2_0
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_2_0.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/Procedure/Return/Version_2_0/Error.pm
/usr/share/perl5/vendor_perl/JSON/RPC/Common/TypeConstraints.pm

References

Summary

In this tutorial we learn how to install perl-JSON-RPC-Common on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).