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

Last updated: May 05,2024

1. Install "perl-mixin.noarch" package

Please follow the guidance below to install perl-mixin.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-mixin.noarch

2. Uninstall "perl-mixin.noarch" package

This guide covers the steps necessary to uninstall perl-mixin.noarch on Fedora 36:

$ sudo dnf remove perl-mixin.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 3:30:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-mixin
Version : 0.08
Release : 19.fc36
Architecture : noarch
Size : 27 k
Source : perl-mixin-0.08-19.fc36.src.rpm
Repository : fedora
Summary : Mixin inheritance, an alternative to multiple inheritance
URL : https://metacpan.org/release/mixin
License : GPL+ or Artistic
Description : Mixin inheritance is an alternative to the usual multiple-inheritance and
: solves the problem of knowing which parent will be called. It also solves a
: number of tricky problems like diamond inheritance.