How to Install and Uninstall python3-py4j.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-py4j.noarch" package

This guide let you learn how to install python3-py4j.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-py4j.noarch

2. Uninstall "python3-py4j.noarch" package

Here is a brief guide to show you how to uninstall python3-py4j.noarch on Fedora 34:

$ sudo dnf remove python3-py4j.noarch $ sudo dnf autoremove

3. Information about the python3-py4j.noarch package on Fedora 34

Last metadata expiration check: 2:00:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-py4j
Version : 0.10.9
Release : 6.fc34
Architecture : noarch
Size : 77 k
Source : py4j-0.10.9-6.fc34.src.rpm
Repository : fedora
Summary : Py4J enables Python3 programs to dynamically access arbitrary Java objects
URL : http://py4j.sf.net
License : BSD
Description :
: Py4J enables Python programs running in a Python interpreter
: to dynamically access Java objects in a Java Virtual Machine.
: Methods are called as if the Java objects resided in the Python
: interpreter and Java collections can be accessed through standard
: Python collection methods.
: Py4J also enables Java programs to call back Python objects.
: Py4J is distributed under the BSD license.
: This package is for usage with Python3 version 3.9 only.