How to Install and Uninstall libinline-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libinline-perl" package

Please follow the steps below to install libinline-perl on Kali Linux

$ sudo apt update $ sudo apt install libinline-perl

2. Uninstall "libinline-perl" package

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

$ sudo apt remove libinline-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libinline-perl package on Kali Linux

Package: libinline-perl
Version: 0.86-2
Installed-Size: 207
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libparse-recdescent-perl
Recommends: libinline-c-perl, libinline-files-perl
Size: 83692
SHA256: 150cb3c6dc79fe0894b80a91dfa7023f2fab5f625f9c14ffef336a2e0c49811b
SHA1: bae98747b4e596bfdc313e0e247ac02938700dc7
MD5sum: f47ffae031eff670843034dd1340747b
Description: module for producing simple Foreign Function Interfaces
Inline is a Perl module designed to allow developers to integrate source code
written in other programming languages directly "inline" in Perl scripts or
modules. The code is automatically compiled as needed, and then loaded for
immediate access from Perl.
.
Inline saves you from the hassle of having to write and compile your own glue
code using facilities like XS or SWIG. Simply type the code where you want it
and run your Perl as normal. All the hairy details are handled for you. The
compilation and installation of your code chunks all happen transparently;
all you will notice is the delay of compilation on the first run.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Inline
Tag: devel::lang:c, devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::program,
works-with::software:source
Section: perl
Priority: optional
Filename: pool/main/libi/libinline-perl/libinline-perl_0.86-2_all.deb