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

Last updated: November 30,2024

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

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

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

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

Please follow the guidelines below to uninstall perl-Data-Binary.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:36:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Data-Binary
Version : 0.01
Release : 15.fc39
Architecture : noarch
Size : 11 k
Source : perl-Data-Binary-0.01-15.fc39.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.