How to Install and Uninstall perl-Inline-Python Package on openSUSE Leap
Last updated: November 08,2024
1. Install "perl-Inline-Python" package
Please follow the steps below to install perl-Inline-Python on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Inline-Python
Copied
2. Uninstall "perl-Inline-Python" package
Learn how to uninstall perl-Inline-Python on openSUSE Leap:
$
sudo zypper remove
perl-Inline-Python
Copied
3. Information about the perl-Inline-Python package on openSUSE Leap
Information for package perl-Inline-Python:
-------------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-Inline-Python
Version : 0.57-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 126.5 KiB
Installed : No
Status : not installed
Source package : perl-Inline-Python-0.57-bp155.2.3.1.src
Upstream URL : https://metacpan.org/release/Inline-Python
Summary : Write Perl subs and classes in Python
Description :
The 'Inline::Python' module allows you to put Python source code directly
"inline" in a Perl script or module. It sets up an in-process Python
interpreter, runs your 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 you run your Python code. The
namespace is cached, and subsequent calls use the cached version.
This document describes 'Inline::Python', the Perl package which gives you
access to a Python interpreter. For lack of a better place to keep it, it
also gives you instructions on how to use 'perlmodule', the Python package
which gives you access to the Perl interpreter.
-------------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-Inline-Python
Version : 0.57-bp155.2.3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 126.5 KiB
Installed : No
Status : not installed
Source package : perl-Inline-Python-0.57-bp155.2.3.1.src
Upstream URL : https://metacpan.org/release/Inline-Python
Summary : Write Perl subs and classes in Python
Description :
The 'Inline::Python' module allows you to put Python source code directly
"inline" in a Perl script or module. It sets up an in-process Python
interpreter, runs your 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 you run your Python code. The
namespace is cached, and subsequent calls use the cached version.
This document describes 'Inline::Python', the Perl package which gives you
access to a Python interpreter. For lack of a better place to keep it, it
also gives you instructions on how to use 'perlmodule', the Python package
which gives you access to the Perl interpreter.