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

Last updated: May 03,2024

1. Install "python3-jpype" package

Please follow the guidance below to install python3-jpype on Kali Linux

$ sudo apt update $ sudo apt install python3-jpype

2. Uninstall "python3-jpype" package

Here is a brief guide to show you how to uninstall python3-jpype on Kali Linux:

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

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

Package: python3-jpype
Source: python-jpype
Version: 1.5.0-1
Installed-Size: 1953
Maintainer: Debian Python Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3 (<< 3.13), python3 (>= 3.11~), python3-packaging, python3-typing-extensions | python3-supported-min (>= 3.8), python3:any, default-jre | java6-runtime-headless
Size: 457904
SHA256: 2790de1aac95a325c63eadc32310463be701727691a06a29bff28ad2c4fbdbfe
SHA1: 51b460ffa1489193358dc302395b8d51cc68b3a2
MD5sum: 9a5c1fa7a163dd42f803a586b759319d
Description: Binding the worlds of Java and Python (for Python 3)
JPype is an effort to allow Python programs full access to java class
libraries. This is achieved not through re-implementing Python, as
Jython/JPython has done, but rather through interfacing at the native
level in both Virtual Machines.
.
Eventually, it should be possible to replace Java with Python in many,
though not all, situations. JSP, Servlets, RMI servers and IDE plugins
are good candidates.
.
This package for Python 3.
Description-md5:
Homepage: https://github.com/originell/jpype
Section: python
Priority: optional
Filename: pool/main/p/python-jpype/python3-jpype_1.5.0-1_amd64.deb