How to Install and Uninstall libconvert-binary-c-perl Package on Kali Linux

Last updated: May 04,2024

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

Learn how to install libconvert-binary-c-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libconvert-binary-c-perl package on Kali Linux

Package: libconvert-binary-c-perl
Source: libconvert-binary-c-perl (0.84-1)
Version: 0.84-1+b3
Installed-Size: 736
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.33)
Recommends: libtie-hash-indexed-perl | libtie-ixhash-perl
Size: 271252
SHA256: ceaaf4585224c30293106eabbefe81f6749dc540bc18f3b4db8040104bd3cadd
SHA1: baa7c0d1f7895c7784c90b0160ad272d9a01fe60
MD5sum: 3587b89311343e3507cc76a65d94ccd4
Description: 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:
Homepage: https://metacpan.org/release/Convert-Binary-C
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libconvert-binary-c-perl/libconvert-binary-c-perl_0.84-1+b3_amd64.deb