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

Last updated: October 15,2024

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

Learn how to install perl-MooseX-Storage.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-MooseX-Storage.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:47:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-MooseX-Storage
Version : 0.53
Release : 7.fc36
Architecture : noarch
Size : 101 k
Source : perl-MooseX-Storage-0.53-7.fc36.src.rpm
Repository : fedora
Summary : A serialization framework for Moose classes
URL : https://metacpan.org/release/MooseX-Storage
License : GPL+ or Artistic
Description : MooseX::Storage is a serialization framework for Moose, it provides a
: very flexible and highly pluggable way to serialize Moose classes to a
: number of different formats and styles. This is still an early release
: of this module, so use with caution. It's outward facing serialization
: API should be considered stable, but I still reserve the right to make
: tweaks if I need too. Anything beyond the basic pack/unpack, freeze/thaw
: and load/store should not be relied on. There are 3 levels to the
: serialization, each of which builds upon the other and each of which
: can be customized to the specific needs of your class.