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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-Convert-Binary-C.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall perl-Convert-Binary-C.x86_64 on Fedora 36:

$ 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 36

Last metadata expiration check: 1:55:47 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Convert-Binary-C
Version : 0.84
Release : 5.fc36
Architecture : x86_64
Size : 281 k
Source : perl-Convert-Binary-C-0.84-5.fc36.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.