How to Install and Uninstall perl-NEXT.noarch Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "perl-NEXT.noarch" package

This is a short guide on how to install perl-NEXT.noarch on AlmaLinux 9

$ 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 AlmaLinux 9:

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

3. Information about the perl-NEXT.noarch package on AlmaLinux 9

Last metadata expiration check: 2:12:31 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-NEXT
Version : 0.67
Release : 480.el9
Architecture : noarch
Size : 21 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
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.