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

Last updated: May 18,2024

1. Install "libinline-perl" package

In this section, we are going to explain the necessary steps to install libinline-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libinline-perl

2. Uninstall "libinline-perl" package

In this section, we are going to explain the necessary steps to uninstall libinline-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libinline-perl
Priority: optional
Section: universe/perl
Installed-Size: 226
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.80-1
Depends: perl, libparse-recdescent-perl
Recommends: libinline-c-perl, libinline-files-perl
Filename: pool/universe/libi/libinline-perl/libinline-perl_0.80-1_all.deb
Size: 76140
MD5sum: 0888d9a7620252d3960b3a91e7eb0199
SHA1: a947e8816adec0bfac41317afbf859c44f28aeb1
SHA256: bcacf0fd621ddebad691362e59ca98f807f6951e3ff336fd24c211b9f4ba375d
Description-en: 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: c7fb7501a65859f43766ff888076e086
Homepage: https://metacpan.org/release/Inline
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu