How to Install and Uninstall rubygem-json.i686 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "rubygem-json.i686" package

This tutorial shows how to install rubygem-json.i686 on Oracle Linux 8

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

2. Uninstall "rubygem-json.i686" package

Please follow the guidelines below to uninstall rubygem-json.i686 on Oracle Linux 8:

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

3. Information about the rubygem-json.i686 package on Oracle Linux 8

Last metadata expiration check: 6:44:58 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rubygem-json
Version : 2.1.0
Release : 110.module+el8.6.0+20712+84e27c2d
Architecture : i686
Size : 93 k
Source : ruby-2.5.9-110.module+el8.6.0+20712+84e27c2d.src.rpm
Repository : ol8_appstream
Summary : This is a JSON implementation as a Ruby extension in C
URL : http://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.