How to Install and Uninstall perl-Inline-Python.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: September 21,2024

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

This is a short guide on how to install perl-Inline-Python.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidance below to uninstall perl-Inline-Python.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Inline-Python.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:02:52 ago on Mon Feb 26 15:59:38 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.