How to Install and Uninstall perl-Mixin-ExtraFields.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Mixin-ExtraFields.noarch" package

This tutorial shows how to install perl-Mixin-ExtraFields.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Mixin-ExtraFields.noarch

2. Uninstall "perl-Mixin-ExtraFields.noarch" package

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

$ sudo dnf remove perl-Mixin-ExtraFields.noarch $ sudo dnf autoremove

3. Information about the perl-Mixin-ExtraFields.noarch package on Fedora 34

Last metadata expiration check: 1:58:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Mixin-ExtraFields
Version : 0.140002
Release : 19.fc34
Architecture : noarch
Size : 33 k
Source : perl-Mixin-ExtraFields-0.140002-19.fc34.src.rpm
Repository : fedora
Summary : Add extra stashes of data to your objects
URL : https://metacpan.org/release/Mixin-ExtraFields
License : GPL+ or Artistic
Description : Mixin::ExtraFields provides a simple way to add an arbitrary number of stashes
: for named data. These data can be stored in the object, in a database, or
: anywhere else. The storage mechanism is abstracted away from the provided
: interface, so one storage mechanism can be easily swapped for another.
: Multiple ExtraFields stashes can be mixed into one class, using one or many
: storage mechanisms.