How to Install and Uninstall perl-Data-UUID.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Data-UUID.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Data-UUID.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Data-UUID.x86_64

2. Uninstall "perl-Data-UUID.x86_64" package

Learn how to uninstall perl-Data-UUID.x86_64 on Fedora 34:

$ sudo dnf remove perl-Data-UUID.x86_64 $ sudo dnf autoremove

3. Information about the perl-Data-UUID.x86_64 package on Fedora 34

Last metadata expiration check: 0:13:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Data-UUID
Version : 1.226
Release : 4.fc34
Architecture : x86_64
Size : 30 k
Source : perl-Data-UUID-1.226-4.fc34.src.rpm
Repository : fedora
Summary : Globally/Universally Unique Identifiers (GUIDs/UUIDs)
URL : https://metacpan.org/release/Data-UUID
License : BSD and MIT
Description : This module 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 a 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.
:
: This module provides several methods to create a UUID. In all methods,
: is a UUID and is a free form string.