How to Install and Uninstall perl-Data-Binary.noarch Package on Oracle Linux 8

Last updated: September 29,2024

1. Install "perl-Data-Binary.noarch" package

Here is a brief guide to show you how to install perl-Data-Binary.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Data-Binary.noarch

2. Uninstall "perl-Data-Binary.noarch" package

Learn how to uninstall perl-Data-Binary.noarch on Oracle Linux 8:

$ sudo dnf remove perl-Data-Binary.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Binary.noarch package on Oracle Linux 8

Last metadata expiration check: 2:27:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Data-Binary
Version : 0.01
Release : 1.el8
Architecture : noarch
Size : 11 k
Source : perl-Data-Binary-0.01-1.el8.src.rpm
Repository : epel
Summary : Simple detection of binary versus text in strings
URL : https://metacpan.org/release/Data-Binary
License : Artistic 2.0
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.