How to Install and Uninstall perl-MooseX-GlobRef.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "perl-MooseX-GlobRef.noarch" package

This is a short guide on how to install perl-MooseX-GlobRef.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-GlobRef.noarch

2. Uninstall "perl-MooseX-GlobRef.noarch" package

This is a short guide on how to uninstall perl-MooseX-GlobRef.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-GlobRef.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-GlobRef.noarch package on Fedora 36

Last metadata expiration check: 5:12:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-GlobRef
Version : 0.0701
Release : 32.fc36
Architecture : noarch
Size : 31 k
Source : perl-MooseX-GlobRef-0.0701-32.fc36.src.rpm
Repository : fedora
Summary : Store a Moose object in glob reference
URL : https://metacpan.org/release/MooseX-GlobRef
License : GPL+ or Artistic
Description : This meta-policy allows to store Moose object in glob reference or file
: handle. The class attributes will be stored in anonymous hash associated
: with glob reference. It allows to create a Moose version of IO::Handle.