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

Last updated: September 28,2024

1. Install "perl-Module-Implementation.noarch" package

Please follow the guidelines below to install perl-Module-Implementation.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Module-Implementation.noarch

2. Uninstall "perl-Module-Implementation.noarch" package

This tutorial shows how to uninstall perl-Module-Implementation.noarch on Fedora 36:

$ sudo dnf remove perl-Module-Implementation.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:24:10 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Module-Implementation
Version : 0.09
Release : 32.fc36
Architecture : noarch
Size : 20 k
Source : perl-Module-Implementation-0.09-32.fc36.src.rpm
Repository : fedora
Summary : Loads one of several alternate underlying implementations for a module
URL : https://metacpan.org/release/perl-Module-Implementation
License : Artistic 2.0
Description : This module abstracts out the process of choosing one of several underlying
: implementations for a module. This can be used to provide XS and pure Perl
: implementations of a module, or it could be used to load an implementation
: for a given OS or any other case of needing to provide multiple
: implementations.
:
: This module is only useful when you know all the implementations ahead of
: time. If you want to load arbitrary implementations then you probably want
: something like a plugin system, not this module.