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

Last updated: October 05,2024

1. Install "python3-javabridge.x86_64" package

Learn how to install python3-javabridge.x86_64 on Fedora 36

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

2. Uninstall "python3-javabridge.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-javabridge.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:43:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-javabridge
Version : 1.0.19
Release : 7.20211221git61942d2.fc36
Architecture : x86_64
Size : 1.6 M
Source : python-javabridge-1.0.19-7.20211221git61942d2.fc36.src.rpm
Repository : fedora
Summary : Python wrapper for the Java Native Interface
URL : https://github.com/LeeKamentsky/python-javabridge
License : MIT
Description :
: The javabridge Python package makes it easy to start a Java virtual machine (JVM)
: from Python and interact with it. Python code can interact with the JVM using a
: low-level API or a more convenient high-level API.