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

Last updated: July 01,2024

1. Install "rubygem-json.x86_64" package

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

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

2. Uninstall "rubygem-json.x86_64" package

Learn how to uninstall rubygem-json.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:01:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-json
Version : 2.5.1
Release : 201.fc34
Architecture : x86_64
Size : 64 k
Source : rubygem-json-2.5.1-201.fc34.src.rpm
Repository : fedora
Summary : A JSON implementation in Ruby
URL : http://json.rubyforge.org
License : Ruby or GPLv2
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.