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

Last updated: May 19,2024

1. Install "libinline-python-perl" package

Please follow the step by step instructions below to install libinline-python-perl on Kali Linux

$ sudo apt update $ sudo apt install libinline-python-perl

2. Uninstall "libinline-python-perl" package

In this section, we are going to explain the necessary steps to uninstall libinline-python-perl on Kali Linux:

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

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

Package: libinline-python-perl
Source: libinline-python-perl (0.57-1)
Version: 0.57-1+b3
Installed-Size: 131
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4), libpython3.11 (>= 3.11.5), libinline-perl
Size: 48700
SHA256: 2fcd8c985e5f352947b935c68042f0176676721fcb37650b7c0c6143b08658de
SHA1: 6a93cc0ff84d0df346c13f7a32bac0ab48533f42
MD5sum: 6c5a26c2977e349142f9e2fad5ded65e
Description: module to write Perl subs and classes in Python
The Inline::Python module allows one to write Perl subroutines in Python. One
doesn't have to use any funky techniques for sharing most types of data
between the two languages, either. Inline::Python comes with its own data
translation service. It converts any Python structures it knows about into
Perl structures, and vice versa.
.
Inline::Python sets up an in-process Python interpreter, runs the code, and
then examines Python's symbol table for things to bind to Perl. The process
of interrogating the Python interpreter for globals only occurs the first
time the Python code is run. The namespace is cached, and subsequent calls
use the cached version.
Description-md5:
Homepage: https://metacpan.org/release/Inline-Python
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libinline-python-perl/libinline-python-perl_0.57-1+b3_amd64.deb