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

Last updated: October 07,2024

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

Here is a brief guide to show you how to install perl-MooseX-GlobRef.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:32:25 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-MooseX-GlobRef
Version : 0.0701
Release : 29.fc34
Architecture : noarch
Size : 31 k
Source : perl-MooseX-GlobRef-0.0701-29.fc34.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.