How to Install and Uninstall perl-Convert-Binary-C.x86_64 Package on Fedora 34

Last updated: May 18,2024

1. Install "perl-Convert-Binary-C.x86_64" package

Please follow the step by step instructions below to install perl-Convert-Binary-C.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Convert-Binary-C.x86_64

2. Uninstall "perl-Convert-Binary-C.x86_64" package

Learn how to uninstall perl-Convert-Binary-C.x86_64 on Fedora 34:

$ sudo dnf remove perl-Convert-Binary-C.x86_64 $ sudo dnf autoremove

3. Information about the perl-Convert-Binary-C.x86_64 package on Fedora 34

Last metadata expiration check: 1:35:15 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Convert-Binary-C
Version : 0.84
Release : 2.fc34
Architecture : x86_64
Size : 283 k
Source : perl-Convert-Binary-C-0.84-2.fc34.src.rpm
Repository : fedora
Summary : Binary data conversion using C types
URL : https://metacpan.org/release/Convert-Binary-C
License : GPL+ or Artistic
Description : Convert::Binary::C is a preprocessor and parser for C type definitions. It
: is highly configurable and supports arbitrarily complex data structures.
: Its object-oriented interface has pack and unpack methods that act as
: replacements for Perl's pack and unpack and allow to use C types instead of
: a string representation of the data structure for conversion of binary data
: from and to Perl's complex data structures.