How to Install and Uninstall perl-Devel-SelfStubber.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

1. Install "perl-Devel-SelfStubber.noarch" package

Learn how to install perl-Devel-SelfStubber.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-Devel-SelfStubber.noarch

2. Uninstall "perl-Devel-SelfStubber.noarch" package

This is a short guide on how to uninstall perl-Devel-SelfStubber.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove perl-Devel-SelfStubber.noarch $ sudo dnf autoremove

3. Information about the perl-Devel-SelfStubber.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:13 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Devel-SelfStubber
Version : 1.06
Release : 416.el8
Architecture : noarch
Size : 75 k
Source : perl-5.26.3-416.el8.src.rpm
Repository : appstream
Summary : Generate stubs for a SelfLoading module
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : Devel::SelfStubber prints the stubs you need to put in the module before the
: __DATA__ token (or you can get it to print the entire module with stubs
: correctly placed). The stubs ensure that if a method is called, it will get
: loaded. They are needed specifically for inherited autoloaded methods.