How to Install and Uninstall jcc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "jcc" package

Please follow the guidance below to install jcc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jcc

2. Uninstall "jcc" package

Please follow the steps below to uninstall jcc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the jcc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jcc
Priority: extra
Section: universe/python
Installed-Size: 939
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: amd64
Version: 2.21-1.1
Depends: default-jdk | java7-sdk, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), python (>= 2.7), python (<< 2.8)
Filename: pool/universe/j/jcc/jcc_2.21-1.1_amd64.deb
Size: 166100
MD5sum: 7c8ecebb8869878e7dc08adb63bbfd12
SHA1: 222356167d8fe3458d09baed0c3df8133592d25c
SHA256: 9a334b116172f418ee192dd6324f7fa51bae1d44e7ac91ac3357aee65d5d1c0d
Description-en: code generator producing a Python extension from Java classes
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.
Description-md5: 0e9ecaea415e9c5da985ef855e55dbdb
Homepage: http://lucene.apache.org/pylucene/jcc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu