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

Last updated: May 20,2024

1. Install "libinline-java-perl" package

This tutorial shows how to install libinline-java-perl on Kali Linux

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

2. Uninstall "libinline-java-perl" package

Please follow the guidelines below to uninstall libinline-java-perl on Kali Linux:

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

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

Package: libinline-java-perl
Source: libinline-java-perl (0.67-1)
Version: 0.67-1+b2
Installed-Size: 400
Maintainer: Debian Perl Group
Architecture: amd64
Depends: default-jdk, libinline-perl, perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 140428
SHA256: c0f0a325158fb1f7dd93ab1fd61252b7c3d07cb16864a952c1f72800cf59e099
SHA1: 6495f1a1f5b87e859f70e88fc664c318ee180c9e
MD5sum: 6b29c0ab127d6648895bca57988a7d4c
Description: write Perl classes in Java
The Inline::Java module allows you
to put Java source code directly "inline"
in a Perl script or module.
A Java compiler is launched and the Java code is compiled.
Then Perl asks the Java classes
what public methods have been defined.
These classes and methods are available to the Perl program
as if they had been written in Perl.
.
The process of interrogating the Java classes
for public methods
occurs the first time you run your Java code.
The namespace is cached,
and subsequent calls use the cached version.
Description-md5:
Homepage: https://metacpan.org/release/Inline-Java
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libinline-java-perl/libinline-java-perl_0.67-1+b2_amd64.deb