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

Last updated: May 15,2024

1. Install "uuid-runtime" package

This is a short guide on how to install uuid-runtime on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install uuid-runtime

2. Uninstall "uuid-runtime" package

This tutorial shows how to uninstall uuid-runtime on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: uuid-runtime
Architecture: amd64
Version: 2.36-3ubuntu1
Multi-Arch: foreign
Priority: standard
Section: libs
Source: util-linux
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: util-linux packagers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 224
Pre-Depends: libuuid1 (>= 2.25-5~), init-system-helpers (>= 1.54~)
Depends: adduser, libc6 (>= 2.17), libsmartcols1 (>= 2.27~rc1), libsystemd0, libuuid1 (>= 2.31.1)
Filename: pool/main/u/util-linux/uuid-runtime_2.36-3ubuntu1_amd64.deb
Size: 37112
MD5sum: 9cf88ea715f244162c047de7ee2223ba
SHA1: 9179905a10f8b9c31b629b97deae8b99f1f0fb2d
SHA256: 43c1c13442f4ea69a24fa91d44a32cc50d20b8379dec884824a6781d877671e3
SHA512: 7bed3d201b214b8784a5674c2240713bd6f894607d9061e8fe5e9382a7818e15d3336ba41d29ee340233d1c88ae5ed02fba74f098f2193090ac397ab20077fa7
Homepage: http://www.kernel.org/pub/linux/utils/util-linux/
Description-en: runtime components for the Universally Unique ID library
The libuuid library generates and parses 128-bit Universally Unique
IDs (UUIDs). A UUID is an identifier that is unique within the space
of all such identifiers across both space and time. It can be used for
multiple purposes, from tagging objects with an extremely short lifetime
to reliably identifying very persistent objects across a network.
.
See RFC 4122 for more information.
.
This package contains the uuidgen program and the uuidd daemon.
.
The uuidd daemon is used to generate UUIDs, especially time-based
UUIDs, in a secure and guaranteed-unique fashion, even in the face of
large numbers of threads trying to grab UUIDs running on different CPUs.
It is used by libuuid as well as the uuidgen program.
Description-md5: c848721d4a6e6dbc698c36d06bf45ef9
Task: standard