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

Last updated: November 27,2024

1. Install "perl-mixin.noarch" package

Learn how to install perl-mixin.noarch on Fedora 35

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

2. Uninstall "perl-mixin.noarch" package

Please follow the instructions below to uninstall perl-mixin.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:21:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-mixin
Version : 0.08
Release : 18.fc35
Architecture : noarch
Size : 27 k
Source : perl-mixin-0.08-18.fc35.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.