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

Last updated: May 10,2024

1. Install "python3-py4j.noarch" package

This is a short guide on how to install python3-py4j.noarch on Fedora 35

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

2. Uninstall "python3-py4j.noarch" package

Learn how to uninstall python3-py4j.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:21:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-py4j
Version : 0.10.9
Release : 8.fc35
Architecture : noarch
Size : 78 k
Source : py4j-0.10.9-8.fc35.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.10 only.