How to Install and Uninstall libinline-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 21,2024

1. Install "libinline-perl" package

This guide covers the steps necessary to install libinline-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libinline-perl

2. Uninstall "libinline-perl" package

This tutorial shows how to uninstall libinline-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libinline-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libinline-perl
Architecture: all
Version: 0.86-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 201
Depends: perl:any, libparse-recdescent-perl
Recommends: libinline-c-perl, libinline-files-perl
Filename: pool/universe/libi/libinline-perl/libinline-perl_0.86-1_all.deb
Size: 75468
MD5sum: 91744bc199326ce43a0da0249beea8e9
SHA1: a7c5218e6429e8d12ec9c31c644c6b6ea5ee7e6a
SHA256: cf15c0026017fbfcd1ebeb406ef41563bd71b3518d1a76abd5cb541311940d6c
SHA512: d8b498990c2b623bd678637fe43db9fc33f15c70999ac9a5ee441c13bed9a2d8b0c15b2e824e2ed8066cd27b8a485f48ec2ec3f948964e788e027edb7f7462c4
Homepage: https://metacpan.org/release/Inline
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