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

Last updated: October 05,2024

1. Install "python3-javabridge.x86_64" package

Here is a brief guide to show you how to install python3-javabridge.x86_64 on Fedora 34

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

2. Uninstall "python3-javabridge.x86_64" package

Learn how to uninstall python3-javabridge.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:56:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-javabridge
Version : 1.0.19
Release : 2.fc34
Architecture : x86_64
Size : 1.4 M
Source : python-javabridge-1.0.19-2.fc34.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.