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

Last updated: October 10,2024

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

This tutorial shows how to install perl-Convert-Binary-C.x86_64 on Fedora 39

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

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

This guide let you learn how to uninstall perl-Convert-Binary-C.x86_64 on Fedora 39:

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

Last metadata expiration check: 0:08:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Convert-Binary-C
Version : 0.84
Release : 10.fc39
Architecture : x86_64
Size : 284 k
Source : perl-Convert-Binary-C-0.84-10.fc39.src.rpm
Repository : fedora
Summary : Binary data conversion using C types
URL : https://metacpan.org/release/Convert-Binary-C
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.