How to Install and Uninstall perl-Devel-SelfStubber.noarch Package on Fedora 36

Last updated: January 10,2025

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

Please follow the instructions below to install perl-Devel-SelfStubber.noarch on Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-Devel-SelfStubber.noarch package on Fedora 36

Last metadata expiration check: 0:19:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Devel-SelfStubber
Version : 1.06
Release : 486.fc36
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
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.