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

Last updated: May 10,2024

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

This guide covers the steps necessary to install perl-Data-Binary.noarch on Oracle Linux 9

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

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

Please follow the guidance below to uninstall perl-Data-Binary.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:13:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Data-Binary
Version : 0.01
Release : 1.el9
Architecture : noarch
Size : 11 k
Source : perl-Data-Binary-0.01-1.el9.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.