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

Last updated: October 13,2024

1. Install "python3-jep.x86_64" package

Please follow the guidelines below to install python3-jep.x86_64 on Fedora 35

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

2. Uninstall "python3-jep.x86_64" package

Please follow the guidance below to uninstall python3-jep.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:09:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-jep
Version : 3.9.1
Release : 3.fc35
Architecture : x86_64
Size : 286 k
Source : python-jep-3.9.1-3.fc35.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.