How to Install and Uninstall libconvert-binary-c-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "libconvert-binary-c-perl" package

Please follow the guidance below to install libconvert-binary-c-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libconvert-binary-c-perl

2. Uninstall "libconvert-binary-c-perl" package

Please follow the guidance below to uninstall libconvert-binary-c-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libconvert-binary-c-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libconvert-binary-c-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libconvert-binary-c-perl
Priority: optional
Section: universe/perl
Installed-Size: 689
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.78-1
Depends: perl (>= 5.22.1-7), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libc/libconvert-binary-c-perl/libconvert-binary-c-perl_0.78-1_amd64.deb
Size: 261458
MD5sum: 0e75d366bb0e631d3a0082d10747aeb7
SHA1: 5e9c5e2bb674c41cb412886d4f7b681080d2ffe4
SHA256: 971203d58550c25fb0bc9856ab5077586f3f7c453752bdfa16b970f7d31dc144
Description-en: Binary Data Conversion using C Types
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 one 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.
.
Actually, what Convert::Binary::C does is not very different from what a C
compiler does, just that it doesn't compile the source code into an object
file or executable, but only parses the code and allows Perl to use the
enumerations, structs, unions and typedefs that have been defined within your
C source for binary data conversion, similar to Perl's pack and unpack.
Description-md5: b2e0a9d915f5910a08faa69eb6358634
Homepage: https://metacpan.org/release/Convert-Binary-C
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu