How to Install and Uninstall perl-Devel-Size.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "perl-Devel-Size.x86_64" package

Here is a brief guide to show you how to install perl-Devel-Size.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Devel-Size.x86_64

2. Uninstall "perl-Devel-Size.x86_64" package

Please follow the step by step instructions below to uninstall perl-Devel-Size.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Devel-Size.x86_64 $ sudo dnf autoremove

3. Information about the perl-Devel-Size.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:32:37 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Devel-Size
Version : 0.83
Release : 10.el9
Architecture : x86_64
Size : 31 k
Source : perl-Devel-Size-0.83-10.el9.src.rpm
Repository : appstream
Summary : Perl extension for finding the memory usage of Perl variables
URL : https://metacpan.org/release/Devel-Size
License : GPL+ or Artistic
Description : This module figures out the real sizes of Perl variables in bytes. Call
: functions with a reference to the variable you want the size of. If the
: variable is a plain scalar it returns the size of the scalar. If the
: variable is a hash or an array, use a reference when calling.