How to Install and Uninstall perl-JSON-XS.x86_64 Package on Amazon Linux 2

Last updated: May 10,2024

1. Install "perl-JSON-XS.x86_64" package

This is a short guide on how to install perl-JSON-XS.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-JSON-XS.x86_64

2. Uninstall "perl-JSON-XS.x86_64" package

This is a short guide on how to uninstall perl-JSON-XS.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-JSON-XS.x86_64 $ sudo yum autoremove

3. Information about the perl-JSON-XS.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-JSON-XS
Arch : x86_64
Epoch : 1
Version : 3.01
Release : 2.amzn2
Size : 103 k
Repo : amzn2-core/2/x86_64
Summary : JSON serializing/de-serializing, done correctly and fast
URL : http://search.cpan.org/dist/JSON-XS/
License : GPL+ or Artistic
Description : This module converts Perl data structures to JSON and vice versa.
: Its primary goal is to be correct and its secondary goal is to be
: fast. To reach the latter goal it was written in C.