How to Install and Uninstall perl-Devel-Size.src Package on Oracle Linux 8

Last updated: June 29,2024

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

Learn how to install perl-Devel-Size.src on Oracle Linux 8

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

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

This guide covers the steps necessary to uninstall perl-Devel-Size.src on Oracle Linux 8:

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

3. Information about the perl-Devel-Size.src package on Oracle Linux 8

Last metadata expiration check: 0:45:12 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Devel-Size
Version : 0.83
Release : 3.module+el8.6.0+20545+312b6629
Architecture : src
Size : 89 k
Source : None
Repository : ol8_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.