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

Last updated: May 20,2024

1. Install "libinline-python-perl" package

This tutorial shows how to install libinline-python-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libinline-python-perl" package

This guide covers the steps necessary to uninstall libinline-python-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libinline-python-perl
Priority: optional
Section: universe/perl
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.49-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libpython2.7 (>= 2.7), libinline-perl
Filename: pool/universe/libi/libinline-python-perl/libinline-python-perl_0.49-1build1_amd64.deb
Size: 42244
MD5sum: db0b03ddd1a830478104aaa22f8c6beb
SHA1: 10cad8278b108b171790d30323cdadde29e87280
SHA256: 0f78a183d0e3d0bc260a132b3013bf94e047508effd006603e04c4b19234fa76
Description-en: module to write Perl subs and classes in Python
The Inline::Python module allows one to write Perl subroutines in Python. One
does'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: 7ace89c377b0263ddac1bb0f3fe159c4
Homepage: https://metacpan.org/release/Inline-Python
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu