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

Last updated: May 06,2024

1. Install "ruby-uuid" package

Learn how to install ruby-uuid on Kali Linux

$ sudo apt update $ sudo apt install ruby-uuid

2. Uninstall "ruby-uuid" package

Learn how to uninstall ruby-uuid on Kali Linux:

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

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

Package: ruby-uuid
Version: 2.3.9-1.1
Installed-Size: 36
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter, ruby-macaddr
Size: 12824
SHA256: 11c037f061ef4fb205f0cbf5452a1141ffa34bc1beb9a2828dc02548fbb7f6c1
SHA1: 138e8e6b385b34e9c376c068d168c5b173ef8150
MD5sum: 1b7d67ae49fe22f695134921e43bdc35
Description: 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:
Homepage: https://github.com/assaf/uuid
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-uuid/ruby-uuid_2.3.9-1.1_all.deb