How to Install and Uninstall perl-OSSP-uuid Package on openSUSE Leap

Last updated: June 26,2024

1. Install "perl-OSSP-uuid" package

Please follow the guidelines below to install perl-OSSP-uuid on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-OSSP-uuid

2. Uninstall "perl-OSSP-uuid" package

This guide let you learn how to uninstall perl-OSSP-uuid on openSUSE Leap:

$ sudo zypper remove perl-OSSP-uuid

3. Information about the perl-OSSP-uuid package on openSUSE Leap

Information for package perl-OSSP-uuid:
---------------------------------------
Repository : Main Repository
Name : perl-OSSP-uuid
Version : 1.6.2-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 48.7 KiB
Installed : No
Status : not installed
Source package : uuid-1.6.2-bp155.2.13.src
Upstream URL : http://www.ossp.org/pkg/lib/uuid/
Summary : Perl bindings for OSSP uuid
Description :
OSSP uuid is a ISO C99 application programming interface (API) and
corresponding command line interface (CLI) for the generation of DCE 1.1,
ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID).
It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3
(name based, MD5), version 4 (random number based) and version 5 (name based,
SHA-1). Additional API bindings are provided for the languages ISO C++98,
Perl 5 and PHP 4/5. Optional backward compatibility exists for the ISO-C
DCE-1.1 and Perl Data::UUID APIs.
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 Perl bindings for OSSP uuid.