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

Last updated: November 29,2024

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

This guide covers the steps necessary to install perl-Data-Binary.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall perl-Data-Binary.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:13:07 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Data-Binary
Version : 0.01
Release : 14.fc38
Architecture : noarch
Size : 12 k
Source : perl-Data-Binary-0.01-14.fc38.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.