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

Last updated: November 25,2024

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

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

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

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

Here is a brief guide to show you how to uninstall perl-Mixin-ExtraFields.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:37:16 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Mixin-ExtraFields
Version : 0.140003
Release : 3.fc39
Architecture : noarch
Size : 34 k
Source : perl-Mixin-ExtraFields-0.140003-3.fc39.src.rpm
Repository : fedora
Summary : Add extra stashes of data to your objects
URL : https://metacpan.org/release/Mixin-ExtraFields
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.