How to Install and Uninstall libdata-uuid-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libdata-uuid-perl" package

This is a short guide on how to install libdata-uuid-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-uuid-perl" package

This guide let you learn how to uninstall libdata-uuid-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdata-uuid-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-uuid-perl
Priority: optional
Section: universe/perl
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.220-1build1
Replaces: libossp-uuid-perl (<= 1.6.2-1.3)
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Breaks: libossp-uuid-perl (<= 1.6.2-1.3)
Filename: pool/universe/libd/libdata-uuid-perl/libdata-uuid-perl_1.220-1build1_amd64.deb
Size: 17006
MD5sum: e7418a1a1a1102858273e2582cf25511
SHA1: 359625c0b78200f11b1d86e7b4468529e31dca8a
SHA256: 06843b27b9d23eb2c2f2973420a82fb38d0b02bc144c19f3faf4dbf02de3417f
Description-en: 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: c4e08ade898fbcbcf6cb6e469d25319a
Homepage: http://search.cpan.org/dist/Data-UUID/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu