How to Install and Uninstall ruby-json Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "ruby-json" package

Please follow the instructions below to install ruby-json on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-json

2. Uninstall "ruby-json" package

Learn how to uninstall ruby-json on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-json $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-json package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-json
Priority: optional
Section: universe/ruby
Installed-Size: 175
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 1.8.3-1build4
Depends: ruby (>= 1:2.3~0), libc6 (>= 2.14), libruby2.3 (>= 2.3.0~preview2)
Filename: pool/universe/r/ruby-json/ruby-json_1.8.3-1build4_amd64.deb
Size: 43876
MD5sum: b05b116bfcd456cb733d359d50dfc4c6
SHA1: d1b305fe849fd5a855ddd1e194c11d2507bc946a
SHA256: fd845712ce669e54a90087f079922f614218a6c67cefd61cf735c8575549feaf
Description-en: JSON library for Ruby
This library implements the JSON (JavaScript Object Notation) specification in
Ruby, allowing the developer to easily convert data between Ruby and JSON. 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.
Description-md5: 580962466871607374425ac53965b45b
Homepage: https://flori.github.com/json
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu