How to Install and Uninstall perl-UUID Package on openSUSE Leap

Last updated: May 17,2024

1. Install "perl-UUID" package

This guide covers the steps necessary to install perl-UUID on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-UUID

2. Uninstall "perl-UUID" package

This is a short guide on how to uninstall perl-UUID on openSUSE Leap:

$ sudo zypper remove perl-UUID

3. Information about the perl-UUID package on openSUSE Leap

Information for package perl-UUID:
----------------------------------
Repository : Main Repository
Name : perl-UUID
Version : 0.28-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 49.2 KiB
Installed : No
Status : not installed
Source package : perl-UUID-0.28-bp155.1.5.src
Upstream URL : https://metacpan.org/release/UUID
Summary : DCE compatible Universally Unique Identifier library for Perl
Description :
The UUID library is used to generate unique identifiers for objects that
may be accessible beyond the local system. For instance, they could be used
to generate unique HTTP cookies across multiple web servers without
communication between the servers, and without fear of a name clash.
The generated UUIDs can be reasonably expected to be unique within a
system, and unique across all systems, and are compatible with those
created by the Open Software Foundation (OSF) Distributed Computing
Environment (DCE) utility uuidgen.