How to Install and Uninstall libdata-uuid-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libdata-uuid-perl" package

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

$ sudo apt update $ sudo apt install libdata-uuid-perl

2. Uninstall "libdata-uuid-perl" package

Please follow the guidelines below to uninstall libdata-uuid-perl on Kali Linux:

$ sudo apt remove libdata-uuid-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-uuid-perl package on Kali Linux

Package: libdata-uuid-perl
Source: libdata-uuid-perl (1.226-3)
Version: 1.226-3+b1
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.7)
Size: 18828
SHA256: 3dcaa5d0b687483089763918cd632ee6485451bc4f7508d146285c5fa8550cf4
SHA1: 649b1dff6e9abbe5414060fdf640e8ff2a751180
MD5sum: ef499ddf3f02e6124720f53b2edc9e9a
Description: globally/universally unique identifiers (GUIDs/UUIDs)
Data::UUID provides a framework for generating v3 UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from all
other UUIDs/GUIDs generated until 3400 CE.
.
UUIDs were originally used in the Network Computing System (NCS) and
later in the Open Software Foundation's (OSF) Distributed Computing
Environment. Currently many different technologies rely on UUIDs to
provide unique identity for various software components. Microsoft
COM/DCOM for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected systems.
.
The algorithm for UUID generation, used by this extension, is described
in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
(See RFC 4122.) It provides reasonably efficient and reliable
framework for generating UUIDs and supports fairly high allocation
rates -- 10 million per second per machine -- and therefore is suitable
for identifying both extremely short-lived and very persistent objects
on a given system as well as across the network.
Description-md5:
Homepage: https://metacpan.org/release/Data-UUID
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-uuid-perl/libdata-uuid-perl_1.226-3+b1_amd64.deb