How to Install and Uninstall perl-UNIVERSAL-ref.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "perl-UNIVERSAL-ref.x86_64" package

Learn how to install perl-UNIVERSAL-ref.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-UNIVERSAL-ref.x86_64

2. Uninstall "perl-UNIVERSAL-ref.x86_64" package

This guide let you learn how to uninstall perl-UNIVERSAL-ref.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-UNIVERSAL-ref.x86_64 $ sudo dnf autoremove

3. Information about the perl-UNIVERSAL-ref.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:51:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-UNIVERSAL-ref
Version : 0.14
Release : 34.el9
Architecture : x86_64
Size : 19 k
Source : perl-UNIVERSAL-ref-0.14-34.el9.src.rpm
Repository : epel
Summary : Turns ref() into a multimethod
URL : https://metacpan.org/release/UNIVERSAL-ref
License : GPL+ or Artistic
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.