How to Install and Uninstall uuid Package on Kali Linux

Last updated: April 28,2024

1. Install "uuid" package

This is a short guide on how to install uuid on Kali Linux

$ sudo apt update $ sudo apt install uuid

2. Uninstall "uuid" package

This is a short guide on how to uninstall uuid on Kali Linux:

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

3. Information about the uuid package on Kali Linux

Package: uuid
Source: ossp-uuid (1.6.2-1.5)
Version: 1.6.2-1.5+b12
Installed-Size: 41
Maintainer: Marco Nenciarini
Architecture: amd64
Depends: libc6 (>= 2.34), libossp-uuid16
Conflicts: libossp-uuid11
Size: 18588
SHA256: aa3c1f7ff36226b86a69cfa5c5908cb603fd5cb44e5fca482c06694eb2faac27
SHA1: 48f7fad6bb8d4d949cb35828c5dd003e200ff55e
MD5sum: 36acb72f84cf0d070fc88f04dbec5531
Description: Universally Unique Identifier Command-Line Tool
OSSP uuid is an ISO-C and Perl application programming interface (API)
and corresponding command line interface (CLI) for the generation of
DCE 1.1 and ISO/IEC 11578:1996 compliant Universally Unique Identifier
(UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node
based), version 3 (name based) and version 4 (random number based).
.
UUIDs are 128 bit numbers which are intended to have a high likelihood
of uniqueness over space and time and are computationally difficult
to guess. They are globally unique identifiers which can be locally
generated without contacting a global registration authority. UUIDs
are intended as unique identifiers for both mass tagging objects
with an extremely short lifetime and to reliably identifying very
persistent objects across a network.
.
This package contains the Universally Unique Identifier Command-Line Tool.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.ossp.org/pkg/lib/uuid/
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, interface::commandline, role::devel-lib,
role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/o/ossp-uuid/uuid_1.6.2-1.5+b12_amd64.deb