How to Install and Uninstall perl-Object-Signature Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Object-Signature" package

This tutorial shows how to install perl-Object-Signature on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Object-Signature

2. Uninstall "perl-Object-Signature" package

In this section, we are going to explain the necessary steps to uninstall perl-Object-Signature on openSUSE Leap:

$ sudo zypper remove perl-Object-Signature

3. Information about the perl-Object-Signature package on openSUSE Leap

Information for package perl-Object-Signature:
----------------------------------------------
Repository : Main Repository
Name : perl-Object-Signature
Version : 1.08-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 31.6 KiB
Installed : No
Status : not installed
Source package : perl-Object-Signature-1.08-bp155.2.9.src
Upstream URL : https://metacpan.org/release/Object-Signature
Summary : Generate cryptographic signatures for objects
Description :
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.
The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to 'Storable::nfreeze' to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32 character
hexadecimal signature.