How to Install and Uninstall perl-UNIVERSAL-ref.x86_64 Package on Rocky Linux 8

Last updated: May 05,2024

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

In this section, we are going to explain the necessary steps to install perl-UNIVERSAL-ref.x86_64 on Rocky Linux 8

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

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

Here is a brief guide to show you how to uninstall perl-UNIVERSAL-ref.x86_64 on Rocky Linux 8:

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

3. Information about the perl-UNIVERSAL-ref.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:38:35 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-UNIVERSAL-ref
Version : 0.14
Release : 28.el8
Architecture : x86_64
Size : 21 k
Source : perl-UNIVERSAL-ref-0.14-28.el8.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.