How to Install and Uninstall rubygem-json.x86_64 Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "rubygem-json.x86_64" package

Here is a brief guide to show you how to install rubygem-json.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rubygem-json.x86_64

2. Uninstall "rubygem-json.x86_64" package

This guide let you learn how to uninstall rubygem-json.x86_64 on Oracle Linux 9:

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

3. Information about the rubygem-json.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:16:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-json
Version : 2.5.1
Release : 160.el9_0
Architecture : x86_64
Size : 78 k
Source : ruby-3.0.4-160.el9_0.src.rpm
Repository : ol9_appstream
Summary : This is a JSON implementation as a Ruby extension in C
URL : https://www.ruby-lang.org/
License : (Ruby or GPLv2) and UCD
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.