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

Last updated: September 19,2024

1. Install "python3-jcc" package

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

$ sudo apt update $ sudo apt install python3-jcc

2. Uninstall "python3-jcc" package

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

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

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

Package: python3-jcc
Source: jcc (3.12-1)
Version: 3.12-1+b2
Installed-Size: 964
Maintainer: Emmanuel Arias
Architecture: amd64
Depends: openjdk-11-jre-headless, python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5)
Size: 185908
SHA256: b743698141632cb325a12b60f1709222cad1ad3e77a1088c9ddde017a7a96f50
SHA1: 907c74fbb630556f302a668cf32a434b8418d9af
MD5sum: 50bbc64d445cce3d2ab35806ed0e6622
Description: generator for a Python extension from Java classes (Python 3)
JCC is a code generator for producing a Python extension providing
access to a set of Java classes. For every Java class, JCC generates
a C++ wrapper class that hides the gory details necessary for
accessing methods and fields from C++ via Java's Native Invocation
Interface. JCC can also generate C++ wrappers that make it possible
to access these classes from Python. When generating Python
wrappers, JCC produces a complete Python extension via the distutils
package that makes it readily available to the Python interpreter.
JCC is a project maintained by the Open Source Applications
Foundation.
.
This package contains the generator for Python 3.
Description-md5: 40466f80445baef82d9f5a75d9332b10
Homepage: https://lucene.apache.org/pylucene/jcc/
Tag: role::shared-lib
Section: oldlibs
Priority: optional
Filename: pool/main/j/jcc/python3-jcc_3.12-1+b2_amd64.deb