How to Install and Uninstall perl-Data-Integer Package on openSuSE Tumbleweed

Last updated: March 29,2024

1. Install "perl-Data-Integer" package

Please follow the guidance below to install perl-Data-Integer on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Data-Integer

2. Uninstall "perl-Data-Integer" package

Learn how to uninstall perl-Data-Integer on openSuSE Tumbleweed:

$ sudo zypper remove perl-Data-Integer

3. Information about the perl-Data-Integer package on openSuSE Tumbleweed

Information for package perl-Data-Integer:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Data-Integer
Version : 0.006-1.25
Arch : noarch
Vendor : openSUSE
Installed Size : 44.9 KiB
Installed : No
Status : not installed
Source package : perl-Data-Integer-0.006-1.25.src
Upstream URL : http://search.cpan.org/dist/Data-Integer/
Summary : Details of the Native Integer Data Type
Description :
This module is about the native integer numerical data type. A native
integer is one of the types of datum that can appear in the numeric part of
a Perl scalar. This module supplies constants describing the native integer
type.
There are actually two native integer representations: signed and unsigned.
Both are handled by this module.