How to Install and Uninstall ruby-globalid Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "ruby-globalid" package

In this section, we are going to explain the necessary steps to install ruby-globalid on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-globalid

2. Uninstall "ruby-globalid" package

In this section, we are going to explain the necessary steps to uninstall ruby-globalid on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-globalid package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-globalid
Architecture: all
Version: 0.4.2+REALLY.0.3.6-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 48
Depends: ruby | ruby-interpreter, ruby-activesupport (>= 2:4.1.0)
Recommends: ruby-railties
Filename: pool/universe/r/ruby-globalid/ruby-globalid_0.4.2+REALLY.0.3.6-1_all.deb
Size: 10596
MD5sum: de8f543e75f48886730c267fcee8675d
SHA1: 4f99c521ee7686c853d060d418e911cda5766a96
SHA256: 41c69e150b526844838d385c0e19b5dc58577ae08b8533905537b105fe29948d
SHA512: 88cb6578b6935044fed094327002e3c1c8802c83baf8cdb71c4ae49aeac7e234fd175e5b407cf7f325f718e00cbb909e99636020c30b23ab89ba3324151a0360
Homepage: https://github.com/rails/globalid
Description-en: reference models by URI for Ruby on Rails
A Global ID is an app wide URI of the form gid://YourApp/Some::Model/id
that uniquely identifies a model instance.
.
This is helpful when you need a single identifier to reference different
classes of objects, for example in job scheduling, when one needs to reference
a model object rather than serialize the object itself. Another example is a
drop-down list of options, consisting of both Users and Groups. One has then a
universal identifier that works for objects of both classes.
.
This package is part of the dependencies for the Ruby on Rails framework.
Description-md5: e8c62dbc889740118ee2ac2b4d98824a
Ruby-Versions: all