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

Last updated: October 06,2024

1. Install "perl-mixin.noarch" package

Please follow the steps below to install perl-mixin.noarch on Fedora 34

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

2. Uninstall "perl-mixin.noarch" package

Please follow the guidance below to uninstall perl-mixin.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:08:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-mixin
Version : 0.08
Release : 16.fc34
Architecture : noarch
Size : 27 k
Source : perl-mixin-0.08-16.fc34.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.