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

In this tutorial we learn how to install perl-MojoX-JSON-RPC in Fedora 36. perl-MojoX-JSON-RPC is Perl implementation of JSON-RPC 2.0 protocol for Mojolicious

Introduction

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

What is perl-MojoX-JSON-RPC

This module implements a client and a server plugin for JSON-RPC 2.0 for use with Mojolicious.

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

Install perl-MojoX-JSON-RPC 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-MojoX-JSON-RPC using dnf by running the following command:

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

Install perl-MojoX-JSON-RPC 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-MojoX-JSON-RPC using yum by running the following command:

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

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

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

sudo dnf remove perl-MojoX-JSON-RPC

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

/usr/share/doc/perl-MojoX-JSON-RPC
/usr/share/doc/perl-MojoX-JSON-RPC/Changes
/usr/share/licenses/perl-MojoX-JSON-RPC
/usr/share/licenses/perl-MojoX-JSON-RPC/LICENSE
/usr/share/man/man3/MojoX::JSON::RPC.3pm.gz
/usr/share/man/man3/MojoX::JSON::RPC::Client.3pm.gz
/usr/share/man/man3/MojoX::JSON::RPC::Dispatcher.3pm.gz
/usr/share/man/man3/MojoX::JSON::RPC::Dispatcher::Method.3pm.gz
/usr/share/man/man3/MojoX::JSON::RPC::Service.3pm.gz
/usr/share/man/man3/Mojolicious::Plugin::JsonRpcDispatcher.3pm.gz
/usr/share/perl5/vendor_perl/MojoX
/usr/share/perl5/vendor_perl/MojoX/JSON
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC.pm
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC/Client.pm
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC/Dispatcher
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC/Dispatcher.pm
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC/Dispatcher/Method.pm
/usr/share/perl5/vendor_perl/MojoX/JSON/RPC/Service.pm
/usr/share/perl5/vendor_perl/Mojolicious/Plugin/JsonRpcDispatcher.pm

References

Summary

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