How To Install perl-JSON-Pointer on Fedora 36

In this tutorial we learn how to install perl-JSON-Pointer in Fedora 36. perl-JSON-Pointer is Perl implementation of JSON Pointer

Introduction

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

What is perl-JSON-Pointer

This library is implemented JSON Pointer draft version 9 <http useful operators from JSON Patch draft version 10 <http available to identify a specified value, and it is similar to XPath. Please see the both of specifications for details.

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

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

sudo dnf -y install perl-JSON-Pointer

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

sudo yum -y install perl-JSON-Pointer

How To Uninstall perl-JSON-Pointer on Fedora 36

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

sudo dnf remove perl-JSON-Pointer

perl-JSON-Pointer Package Contents on Fedora 36

/usr/share/doc/perl-JSON-Pointer
/usr/share/doc/perl-JSON-Pointer/Changes
/usr/share/doc/perl-JSON-Pointer/README.md
/usr/share/licenses/perl-JSON-Pointer
/usr/share/licenses/perl-JSON-Pointer/LICENSE
/usr/share/man/man3/JSON::Pointer.3pm.gz
/usr/share/man/man3/JSON::Pointer::Context.3pm.gz
/usr/share/man/man3/JSON::Pointer::Exception.3pm.gz
/usr/share/man/man3/JSON::Pointer::Syntax.3pm.gz
/usr/share/perl5/vendor_perl/JSON
/usr/share/perl5/vendor_perl/JSON/Pointer
/usr/share/perl5/vendor_perl/JSON/Pointer.pm
/usr/share/perl5/vendor_perl/JSON/Pointer/Context.pm
/usr/share/perl5/vendor_perl/JSON/Pointer/Exception.pm
/usr/share/perl5/vendor_perl/JSON/Pointer/Syntax.pm

References

Summary

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