How to Install and Uninstall perl-Devel-SelfStubber.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

Here is a brief guide to show you how to install perl-Devel-SelfStubber.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-Devel-SelfStubber.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Devel-SelfStubber.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:34:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Devel-SelfStubber
Version : 1.06
Release : 480.el9
Architecture : noarch
Size : 16 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Generate stubs for a SelfLoading module
URL : https://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.