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

Last updated: May 07,2024

1. Install "uuid-runtime" package

Please follow the steps below to install uuid-runtime on Kali Linux

$ sudo apt update $ sudo apt install uuid-runtime

2. Uninstall "uuid-runtime" package

This guide let you learn how to uninstall uuid-runtime on Kali Linux:

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

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

Package: uuid-runtime
Source: util-linux
Version: 2.39.3-6
Installed-Size: 171
Maintainer: util-linux packagers
Architecture: amd64
Depends: adduser, libc6 (>= 2.34), libsmartcols1 (>= 2.27~rc1), libsystemd0, libuuid1 (>= 2.38.1-2~)
Pre-Depends: libuuid1, init-system-helpers (>= 1.54~)
Size: 49308
SHA256: 4920cfe78d78204766b8cbb32e01f566ca9a65019e9be56566147a054ca443d2
SHA1: fb122a46a66c06ebc8e90f26f63e89df61c3560f
MD5sum: 6ed6e66b3677ce6acb98a334018a3974
Description: 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:
Multi-Arch: foreign
Homepage: https://www.kernel.org/pub/linux/utils/util-linux/
Tag: role::program
Section: utils
Priority: optional
Filename: pool/main/u/util-linux/uuid-runtime_2.39.3-6_amd64.deb