How to Install and Uninstall rubygem-json.x86_64 Package on Amazon Linux 2

Last updated: October 06,2024

1. Install "rubygem-json.x86_64" package

This guide let you learn how to install rubygem-json.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install rubygem-json.x86_64

2. Uninstall "rubygem-json.x86_64" package

This is a short guide on how to uninstall rubygem-json.x86_64 on Amazon Linux 2:

$ sudo yum remove rubygem-json.x86_64 $ sudo yum autoremove

3. Information about the rubygem-json.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : rubygem-json
Arch : x86_64
Version : 1.7.7
Release : 36.amzn2.0.2
Size : 81 k
Repo : amzn2-core/2/x86_64
Summary : This is a JSON implementation as a Ruby extension in C
URL : http://ruby-lang.org/
License : Ruby or GPLv2
Description : This is a implementation of the JSON specification according to
: RFC 4627. You can think of it as a low fat alternative to XML, if
: you want to store data to disk or transmit it over a network
: rather than use a verbose markup language.