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

Last updated: May 06,2024

1. Install "ruby-uuid" package

This guide let you learn how to install ruby-uuid on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-uuid

2. Uninstall "ruby-uuid" package

Please follow the guidelines below to uninstall ruby-uuid on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: ruby-uuid
Architecture: all
Version: 2.3.9-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: 36
Depends: ruby | ruby-interpreter, ruby-macaddr
Filename: pool/universe/r/ruby-uuid/ruby-uuid_2.3.9-1_all.deb
Size: 10992
MD5sum: 068c64ec8bfb32e1a6dfd6108784007d
SHA1: e5278bfbd23442dfd760af5d7e5bd7c1db304687
SHA256: bef8fae71fc1304e60da5ebef90daa6861cb4a809d1d22e01e29cc9cb07c68ac
SHA512: 28f2dae3977773302a397a238954daff8effd650f5ca147caed3d931514897898ac1257b44a3ad3273d68f16a1bdad2f39e75205a333e44f8cd92d58a5d7e9e1
Homepage: https://github.com/assaf/uuid
Description-en: UUID generator for Ruby
UUID generator for producing universally unique identifiers based on RFC 4122.
These identifiers are useful in distributed applications like diaspora.
.
A UUID is 128 bit long, and consists of a 60-bit time value, a 16-bit
sequence number and a 48-bit node identifier.
.
To guarantee that UUIDs are unique across all machines in the network,
the IEEE 802 MAC address of the machine's network interface card is used as
the node identifier.
.
Learn more about using this library from /usr/share/ruby-uuid/README.rdoc
Description-md5: 320132dbe29aabd0bc870ee32d794f39
Ruby-Versions: all