How to Install and Uninstall libinline-java-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 08,2024

1. Install "libinline-java-perl" package

Please follow the instructions below to install libinline-java-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libinline-java-perl" package

This is a short guide on how to uninstall libinline-java-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libinline-java-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libinline-java-perl
Priority: optional
Section: universe/perl
Installed-Size: 390
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.58~dfsg-1
Depends: libinline-perl (>= 0.68), libinline-c-perl, default-jdk, perl (>= 5.22.1-5), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libi/libinline-java-perl/libinline-java-perl_0.58~dfsg-1_amd64.deb
Size: 133744
MD5sum: 5cbfaaa2b199423e908ab2773918abd1
SHA1: a10e51e06e86abbb5cf9e3398cecba5a35f1e52c
SHA256: 0f88b7f597028a401bf60c7a1a1cf26f6a5e81a213af597aa8952010158f5755
Description-en: 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: 314d7bc4218c3930aa3be1df9b94b9d1
Homepage: http://search.cpan.org/dist/Inline-Java/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu