How to Install and Uninstall libffi-platypus-type-enum-perl Package on Kali Linux

Last updated: July 05,2024

1. Install "libffi-platypus-type-enum-perl" package

This guide covers the steps necessary to install libffi-platypus-type-enum-perl on Kali Linux

$ sudo apt update $ sudo apt install libffi-platypus-type-enum-perl

2. Uninstall "libffi-platypus-type-enum-perl" package

Please follow the step by step instructions below to uninstall libffi-platypus-type-enum-perl on Kali Linux:

$ sudo apt remove libffi-platypus-type-enum-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libffi-platypus-type-enum-perl package on Kali Linux

Package: libffi-platypus-type-enum-perl
Version: 0.06-2
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libref-util-perl
Size: 9936
SHA256: 3ee7ff2e2f7260d8576eca6eed7c69519d10ce619f766aa47daaf68ccf6376a6
SHA1: 4f69006163d25d1737a4056b4f82c156cb7d4818
MD5sum: b451026fbde8480f7c3c50ec9793631e
Description: custom platypus type for dealing with C enumerated types
FFI::Platypus::Type::Enum type plugin is a helper for making enumerated types.
It makes the most sense to use this when you have an enumerated type with a
small number of possible values. For a large set of enumerated values or
constants, see: FFI::Platypus::Constant.
.
This type plugin has two modes:
.
string
.
In string mode, string representations of the enum values are converted into
the integer enum values when passed into C, and the enums are converted back
into strings when coming from C back into Perl. You can also pass in the
integer values.
.
constant
.
In constant mode, constants are defined in the specified package, and with
the optional prefix. The string representation or integer constants can be
passed into C, but the integer constants are returned from C back into Perl.
.
In both modes, if you attempt to pass in a value that isn't one of the
possible enum values, an exception will be thrown.
Description-md5:
Homepage: https://metacpan.org/release/FFI-Platypus-Type-Enum
Section: perl
Priority: optional
Filename: pool/main/libf/libffi-platypus-type-enum-perl/libffi-platypus-type-enum-perl_0.06-2_all.deb