How to Install and Uninstall perl-Devel-Size.x86_64 Package on Fedora 39

Last updated: January 12,2025

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

In this section, we are going to explain the necessary steps to install perl-Devel-Size.x86_64 on Fedora 39

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

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

This guide covers the steps necessary to uninstall perl-Devel-Size.x86_64 on Fedora 39:

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

3. Information about the perl-Devel-Size.x86_64 package on Fedora 39

Last metadata expiration check: 4:46:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Devel-Size
Version : 0.83
Release : 16.fc39
Architecture : x86_64
Size : 30 k
Source : perl-Devel-Size-0.83-16.fc39.src.rpm
Repository : fedora
Summary : Perl extension for finding the memory usage of Perl variables
URL : https://metacpan.org/release/Devel-Size
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.