How to Install and Uninstall perl-Inline-Python.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "perl-Inline-Python.x86_64" package

Please follow the steps below to install perl-Inline-Python.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Inline-Python.x86_64

2. Uninstall "perl-Inline-Python.x86_64" package

This guide covers the steps necessary to uninstall perl-Inline-Python.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Inline-Python.x86_64 $ sudo dnf autoremove

3. Information about the perl-Inline-Python.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:26:11 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Inline-Python
Version : 0.57
Release : 1.el8
Architecture : x86_64
Size : 61 k
Source : perl-Inline-Python-0.57-1.el8.src.rpm
Repository : epel
Summary : Write Perl subs and classes in Python
URL : https://metacpan.org/release/Inline-Python
License : GPL+ or Artistic
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 global variables only occurs the first time you run your Python code. The
: name-space is cached, and subsequent calls use the cached version.