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

Last updated: October 05,2024

1. Install "python3-jep.x86_64" package

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

$ 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 34:

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

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

Last metadata expiration check: 3:49:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-jep
Version : 3.9.1
Release : 1.fc34
Architecture : x86_64
Size : 289 k
Source : python-jep-3.9.1-1.fc34.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.