How to Install and Uninstall perl-Data-Binary Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Data-Binary" package

In this section, we are going to explain the necessary steps to install perl-Data-Binary on openSUSE Leap

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

2. Uninstall "perl-Data-Binary" package

Learn how to uninstall perl-Data-Binary on openSUSE Leap:

$ sudo zypper remove perl-Data-Binary

3. Information about the perl-Data-Binary package on openSUSE Leap

Information for package perl-Data-Binary:
-----------------------------------------
Repository : Main Repository
Name : perl-Data-Binary
Version : 0.01-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 4.2 KiB
Installed : No
Status : not installed
Source package : perl-Data-Binary-0.01-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Data-Binary
Summary : Simple detection of binary versus text in strings
Description :
This simple module provides string equivalents to the -T / -B operators.
Since these only work on file names and file handles, this module provides
the same functions but on strings.
Note that the actual implementation is currently different, basically
because the -T / -B functions are in C/XS, and this module is written in
pure Perl. For now, anyway.