How to Install and Uninstall perl-Data-Binary.noarch Package on Fedora 34

Last updated: July 03,2024

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

Please follow the instructions below to install perl-Data-Binary.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Data-Binary.noarch package on Fedora 34

Last metadata expiration check: 5:57:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Data-Binary
Version : 0.01
Release : 8.fc34
Architecture : noarch
Size : 12 k
Source : perl-Data-Binary-0.01-8.fc34.src.rpm
Repository : fedora
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.