How to Install and Uninstall python3-jep.x86_64 Package on Fedora 36

Last updated: April 29,2024

1. Install "python3-jep.x86_64" package

Please follow the guidance below to install python3-jep.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-jep.x86_64

2. Uninstall "python3-jep.x86_64" package

Please follow the instructions below to uninstall python3-jep.x86_64 on Fedora 36:

$ sudo dnf remove python3-jep.x86_64 $ sudo dnf autoremove

3. Information about the python3-jep.x86_64 package on Fedora 36

Last metadata expiration check: 0:35:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-jep
Version : 3.9.1
Release : 5.fc36
Architecture : x86_64
Size : 286 k
Source : python-jep-3.9.1-5.fc36.src.rpm
Repository : fedora
Summary : Embed Python in Java
URL : https://github.com/ninia/jep
License : zlib
Description : Java Embedded Python
: JEP embeds CPython in Java through JNI and is safe to use in a
: heavily threaded environment.
:
: Some benefits of embedding CPython in a JVM:
: Using the native Python interpreter may be much faster than
: alternatives.
: Python is mature, well supported, and well documented.
: Access to high quality Python modules, both native CPython
: extensions and Python-based.
: Compilers and assorted Python tools are as mature as the
: language.
: Python is an interpreted language, enabling scripting of
: established Java code without requiring recompilation.
: Both Java and Python are cross platform, enabling deployment
: to different operating system.