How to Install and Uninstall perl-Inline-Python.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the step by step instructions below to install perl-Inline-Python.x86_64 on Rocky Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Inline-Python.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Inline-Python.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:06:01 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Inline-Python
Version : 0.56
Release : 19.el8
Architecture : x86_64
Size : 60 k
Source : perl-Inline-Python-0.56-19.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.