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

Last updated: October 09,2024

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

Please follow the steps below to install perl-Convert-Binary-C.x86_64 on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Convert-Binary-C.x86_64 on Fedora 35:

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

Last metadata expiration check: 0:01:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Convert-Binary-C
Version : 0.84
Release : 4.fc35
Architecture : x86_64
Size : 280 k
Source : perl-Convert-Binary-C-0.84-4.fc35.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.