How to Install and Uninstall ruby-uuid Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "ruby-uuid" package

This is a short guide on how to install ruby-uuid on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-uuid

2. Uninstall "ruby-uuid" package

Please follow the guidelines below to uninstall ruby-uuid on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-uuid package on Ubuntu 21.10 (Impish Indri)

Package: ruby-uuid
Architecture: all
Version: 2.3.9-1.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.1_all.deb
Size: 11084
MD5sum: d15981451c0d22c88b4b1c15f4ab7b86
SHA1: 890bd6de91d9be2e07045e3f752f5080c75601cc
SHA256: f2a1739a95412c70a17ba332df5193b2f41d90bed474046da94e9cf5bf93a640
SHA512: 2f34035897cacb74c0308695b41bf92e43a74e62e79bf4f960dc499e60053cf2080aaa7e068fef0caff4faf8231d243045680e08912b10bf372733789d9d900c
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