How to Install and Uninstall perl-UNIVERSAL-ref Package on openSUSE Leap

Last updated: July 02,2024

1. Install "perl-UNIVERSAL-ref" package

Please follow the guidelines below to install perl-UNIVERSAL-ref on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-UNIVERSAL-ref

2. Uninstall "perl-UNIVERSAL-ref" package

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

$ sudo zypper remove perl-UNIVERSAL-ref

3. Information about the perl-UNIVERSAL-ref package on openSUSE Leap

Information for package perl-UNIVERSAL-ref:
-------------------------------------------
Repository : Main Repository
Name : perl-UNIVERSAL-ref
Version : 0.14-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 35.4 KiB
Installed : No
Status : not installed
Source package : perl-UNIVERSAL-ref-0.14-bp155.1.6.src
Upstream URL : https://metacpan.org/release/UNIVERSAL-ref
Summary : Turns ref() into a multimethod
Description :
This module changes the behavior of the builtin function ref(). If ref() is
called on an object that has requested an overloaded ref, the object's
'->ref' method will be called and its return value used instead.