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

Last updated: May 05,2024

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

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

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

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

Please follow the step by step instructions below to uninstall perl-MooseX-InsideOut.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:05:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-MooseX-InsideOut
Version : 0.106
Release : 31.fc35
Architecture : noarch
Size : 22 k
Source : perl-MooseX-InsideOut-0.106-31.fc35.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.