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

Last updated: May 03,2024

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

This guide let you learn how to install perl-MooseX-InsideOut.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-MooseX-InsideOut.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:37:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MooseX-InsideOut
Version : 0.106
Release : 32.fc36
Architecture : noarch
Size : 22 k
Source : perl-MooseX-InsideOut-0.106-32.fc36.src.rpm
Repository : fedora
Summary : Inside-out objects with Moose
URL : https://metacpan.org/release/MooseX-InsideOut
License : GPL+ or Artistic
Description : MooseX::InsideOut provides meta-roles for inside-out objects. That is, it
: sets up attribute slot storage somewhere other than inside $self. This
: means that you can extend non-Moose classes, whose internals you either
: don't want to care about or aren't hash-based.