How to Install and Uninstall ruby-globalid Package on Kali Linux

Last updated: September 19,2024

1. Install "ruby-globalid" package

Learn how to install ruby-globalid on Kali Linux

$ sudo apt update $ sudo apt install ruby-globalid

2. Uninstall "ruby-globalid" package

Learn how to uninstall ruby-globalid on Kali Linux:

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

3. Information about the ruby-globalid package on Kali Linux

Package: ruby-globalid
Version: 1.2.1-1
Installed-Size: 57
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activesupport (>= 2:6.1)
Recommends: ruby-railties
Size: 15116
SHA256: 4d7c2b0a8928aef52b8cc68f8c123e9a01c68eab06a095b9348696148eba98f0
SHA1: c8d7a392be17ddabf6d9a7e59aa79569b67f812a
MD5sum: e55cbd376941417f4225d8bae3d74288
Description: 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:
Homepage: https://github.com/rails/globalid
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-globalid/ruby-globalid_1.2.1-1_all.deb