How to Install and Uninstall perl-UNIVERSAL-ref.x86_64 Package on Fedora 36

Last updated: January 12,2025

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

This is a short guide on how to install perl-UNIVERSAL-ref.x86_64 on Fedora 36

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

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

Please follow the guidelines below to uninstall perl-UNIVERSAL-ref.x86_64 on Fedora 36:

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

3. Information about the perl-UNIVERSAL-ref.x86_64 package on Fedora 36

Last metadata expiration check: 1:42:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-UNIVERSAL-ref
Version : 0.14
Release : 35.fc36
Architecture : x86_64
Size : 19 k
Source : perl-UNIVERSAL-ref-0.14-35.fc36.src.rpm
Repository : fedora
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.