How to Install and Uninstall rubygem-json.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "rubygem-json.x86_64" package

Please follow the instructions below to install rubygem-json.x86_64 on Fedora 38

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

2. Uninstall "rubygem-json.x86_64" package

Please follow the guidance below to uninstall rubygem-json.x86_64 on Fedora 38:

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

3. Information about the rubygem-json.x86_64 package on Fedora 38

Last metadata expiration check: 3:52:29 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : rubygem-json
Version : 2.6.3
Release : 202.fc38
Architecture : x86_64
Size : 69 k
Source : rubygem-json-2.6.3-202.fc38.src.rpm
Repository : fedora
Summary : A JSON implementation in Ruby
URL : https://github.com/flori/json
License : Ruby or BSD
Description : This is a implementation of the JSON specification according
: to RFC 4627 in Ruby.
: 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.