How to Install and Uninstall perl-namespace-sweep.noarch Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "perl-namespace-sweep.noarch" package
Here is a brief guide to show you how to install perl-namespace-sweep.noarch on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-namespace-sweep.noarch
Copied
2. Uninstall "perl-namespace-sweep.noarch" package
Please follow the step by step instructions below to uninstall perl-namespace-sweep.noarch on AlmaLinux 8:
$
sudo dnf remove
perl-namespace-sweep.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-namespace-sweep.noarch package on AlmaLinux 8
Last metadata expiration check: 0:05:28 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-namespace-sweep
Version : 0.006
Release : 10.el8
Architecture : noarch
Size : 21 k
Source : perl-namespace-sweep-0.006-10.el8.src.rpm
Repository : epel
Summary : Sweep up imported subs in your classes
URL : https://metacpan.org/release/namespace-sweep
License : GPL+ or Artistic
Description : Because Perl methods are just regular subroutines, it's difficult to tell
: what's a method and what's just an imported function. As a result, imported
: functions can be called as methods on your objects. This pragma will delete
: imported functions from your class's symbol table, thereby ensuring that
: your interface is as you specified it. However, code inside your module
: will still be able to use the imported functions without any problems.
Available Packages
Name : perl-namespace-sweep
Version : 0.006
Release : 10.el8
Architecture : noarch
Size : 21 k
Source : perl-namespace-sweep-0.006-10.el8.src.rpm
Repository : epel
Summary : Sweep up imported subs in your classes
URL : https://metacpan.org/release/namespace-sweep
License : GPL+ or Artistic
Description : Because Perl methods are just regular subroutines, it's difficult to tell
: what's a method and what's just an imported function. As a result, imported
: functions can be called as methods on your objects. This pragma will delete
: imported functions from your class's symbol table, thereby ensuring that
: your interface is as you specified it. However, code inside your module
: will still be able to use the imported functions without any problems.