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

Last updated: January 12,2025

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

This guide let you learn how to install perl-Module-Implementation.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall perl-Module-Implementation.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:11:14 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Module-Implementation
Version : 0.09
Release : 37.fc39
Architecture : noarch
Size : 19 k
Source : perl-Module-Implementation-0.09-37.fc39.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.