How to Install and Uninstall rubygem-json.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "rubygem-json.x86_64" package

This guide covers the steps necessary to install rubygem-json.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf 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 Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-json.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:45:56 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-json
Version : 2.1.0
Release : 111.module+el8.9.0+19193+435404ae
Architecture : x86_64
Size : 92 k
Source : ruby-2.5.9-111.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
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.