How to Install and Uninstall python3-jpy Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-jpy" package

This tutorial shows how to install python3-jpy on Kali Linux

$ sudo apt update $ sudo apt install python3-jpy

2. Uninstall "python3-jpy" package

This guide let you learn how to uninstall python3-jpy on Kali Linux:

$ sudo apt remove python3-jpy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-jpy package on Kali Linux

Package: python3-jpy
Source: jpy (0.13.0-1)
Version: 0.13.0-1+b2
Installed-Size: 424
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.34), python3 (<< 3.13), python3 (>= 3.11~), python3:any, default-jre | java7-runtime-headless
Size: 89940
SHA256: b06e0963d091cb85ee4904b0f144bf8d43756ba305069de9018ac73c50a05cc1
SHA1: fe0837e26a8def8a9cbdbdafe92bb3f5606eacb8
MD5sum: fd14003c49aecacb45ef3009d3cc1044
Description: Bi-directional Python-Java bridge (Python3)
jpy is a **bi-directional** Python-Java bridge which you can use to embed
Java code in Python programs or the other way round.
It has been designed particularly with regard to maximum
data transfer speed between the two languages.
It comes with a number of outstanding features:
.
* Fully translates Java class hierarchies to Python
* Transparently handles Java method overloading
* Support of Java multi-threading
* Fast and memory-efficient support of primitive Java array parameters via
`Python buffers` (http://docs.python.org/3.3/c-api/buffer.html)
* Support of Java methods that modify primitive Java array parameters
(mutable parameters)
* Java arrays translate into Python sequence objects
* Java API for accessing Python objects (``jpy.jar``)
.
This package provides the Python3 interface.
Description-md5:
Homepage: https://github.com/jpy-consortium/jpy
Section: python
Priority: optional
Filename: pool/main/j/jpy/python3-jpy_0.13.0-1+b2_amd64.deb