How to Install and Uninstall perl-Inline-Python Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Inline-Python" package

This is a short guide on how to install perl-Inline-Python on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Inline-Python

2. Uninstall "perl-Inline-Python" package

This guide let you learn how to uninstall perl-Inline-Python on openSuSE Tumbleweed:

$ sudo zypper remove perl-Inline-Python

3. Information about the perl-Inline-Python package on openSuSE Tumbleweed

Information for package perl-Inline-Python:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Inline-Python
Version : 0.57-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 117.4 KiB
Installed : No
Status : not installed
Source package : perl-Inline-Python-0.57-1.4.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.