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

Last updated: May 21,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:47:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-MooseX-Storage
Version : 0.53
Release : 4.fc34
Architecture : noarch
Size : 101 k
Source : perl-MooseX-Storage-0.53-4.fc34.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.