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

Last updated: October 09,2024

1. Install "perl-NEXT.noarch" package

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

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

2. Uninstall "perl-NEXT.noarch" package

Learn how to uninstall perl-NEXT.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:21:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-NEXT
Version : 0.68
Release : 486.fc35
Architecture : noarch
Size : 25 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
Summary : Pseudo-class that allows method redispatch
URL : https://www.perl.org/
License : GPL+ or Artistic
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.