How to Install and Uninstall libconvert-binary-c-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

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

Here is a brief guide to show you how to install libconvert-binary-c-perl on Ubuntu 21.10 (Impish Indri)

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

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

Learn how to uninstall libconvert-binary-c-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libconvert-binary-c-perl package on Ubuntu 21.10 (Impish Indri)

Package: libconvert-binary-c-perl
Architecture: amd64
Version: 0.84-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 708
Depends: perl (>= 5.32.0-5), perlapi-5.32.0, libc6 (>= 2.14)
Recommends: libtie-hash-indexed-perl | libtie-ixhash-perl
Filename: pool/universe/libc/libconvert-binary-c-perl/libconvert-binary-c-perl_0.84-1_amd64.deb
Size: 259464
MD5sum: 8184210208171aaa0cf075ad20f65f58
SHA1: f4fda0e6a4b665193eb082939db689f6f2bcc5a2
SHA256: 7be7e461680d0f2405a32187dcf389f13b409a58796579020f2582cda97fa39a
SHA512: f91580eadabcdb12361a71c4179bb5d1e8045595090fdd655cd6c369749af1840e7b1a42d59d731f5b5d2f40c59462332f5096e3b9390b572d4ceced5206e979
Homepage: https://metacpan.org/release/Convert-Binary-C
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