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

Last updated: January 12,2025

1. Install "perl-NEXT.noarch" package

Please follow the guidelines below to install perl-NEXT.noarch on Fedora 39

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

2. Uninstall "perl-NEXT.noarch" package

This tutorial shows how to uninstall perl-NEXT.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:02:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-NEXT
Version : 0.69
Release : 502.fc39
Architecture : noarch
Size : 21 k
Source : perl-5.38.2-502.fc39.src.rpm
Repository : updates
Summary : Pseudo-class that allows method redispatch
URL : https://www.perl.org/
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : The NEXT module adds a pseudo-class named "NEXT" to any program that uses it.
: If a method "m" calls "$self->NEXT::m()", the call to "m" is redispatched as
: if the calling method had not originally been found.