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

Last updated: May 15,2024

1. Install "libffi-c-perl" package

Please follow the guidelines below to install libffi-c-perl on Kali Linux

$ sudo apt update $ sudo apt install libffi-c-perl

2. Uninstall "libffi-c-perl" package

This is a short guide on how to uninstall libffi-c-perl on Kali Linux:

$ sudo apt remove libffi-c-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libffi-c-perl
Version: 0.15-2
Installed-Size: 144
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-inspector-perl, libffi-platypus-perl (>= 1.24), libffi-platypus-type-enum-perl, libref-util-perl, libscalar-list-utils-perl, libsub-identify-perl, libsub-install-perl
Size: 50064
SHA256: 6e92c330dd4a68ff4d0fda9d93d45443cd8e634fa333c3b73ac1b8a36c0ea6e4
SHA1: 0e75a51ac8936cec9b4564a9ca452fbd30176d49
MD5sum: f2b5623756a574535876723bde2fa62c
Description: C data types for FFI
FFI::C provide tools for building classes to interface for
common C data types. Arrays, struct, union and nested types based on those
are supported.
.
Core FFI::Platypus also provides FFI::Platypus::Record for manipulating
and passing structured data. Typically you want to use FFI::C instead,
the main exception is when you need to pass structured data by value
instead of by reference.
.
To work with C APIs that work with C file pointers you can use FFI::C::File
and FFI::C::PosixFile. For C APIs that expose the POSIX stat structure
use FFI::C::Stat.
Description-md5:
Homepage: https://metacpan.org/release/FFI-C
Section: perl
Priority: optional
Filename: pool/main/libf/libffi-c-perl/libffi-c-perl_0.15-2_all.deb