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

In this tutorial we learn how to install perl-JSON-RPC-LWP in Fedora 36. perl-JSON-RPC-LWP is JSON RPC over any libwww supported protocol

Introduction

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

What is perl-JSON-RPC-LWP

Use any version of JSON RPC over any libwww supported transport protocols.

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

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

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

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

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

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

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

sudo dnf remove perl-JSON-RPC-LWP

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

/usr/share/doc/perl-JSON-RPC-LWP
/usr/share/doc/perl-JSON-RPC-LWP/Changes
/usr/share/doc/perl-JSON-RPC-LWP/README
/usr/share/licenses/perl-JSON-RPC-LWP
/usr/share/licenses/perl-JSON-RPC-LWP/LICENSE
/usr/share/man/man3/JSON::RPC::LWP.3pm.gz
/usr/share/perl5/vendor_perl/JSON
/usr/share/perl5/vendor_perl/JSON/RPC
/usr/share/perl5/vendor_perl/JSON/RPC/LWP.pm

References

Summary

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