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

Last updated: May 18,2024

1. Install "jclassinfo" package

Here is a brief guide to show you how to install jclassinfo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jclassinfo

2. Uninstall "jclassinfo" package

Please follow the guidelines below to uninstall jclassinfo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jclassinfo $ sudo apt autoclean && sudo apt autoremove

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

Package: jclassinfo
Priority: optional
Section: universe/devel
Installed-Size: 196
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Version: 0.19.1-7
Depends: libc6 (>= 2.14), zlib1g (>= 1:1.1.4), sgml-base (>= 1.26+nmu2)
Filename: pool/universe/j/jclassinfo/jclassinfo_0.19.1-7_amd64.deb
Size: 48344
MD5sum: 3b7d942d5ca7a44fecb40455d4ab732b
SHA1: 19ce140980913c7b5142c20ef5fecf7be7abcc06
SHA256: feb761e0ce1332151ee91d5e9da7d401ce16753a7b73ca40e1c53c96577a5157
Description-en: extracts information from Java class files
jclassinfo reads Java class files and extract useful information
from them, such as:
* the classes/methods/constants/fields provided
* their dependencies
* the version of the virtual machine necessary to run them
* a full disassembly of the bytecode
* other attributes
.
Its main advantage over other similar programs is that it is written
in C, which makes it much faster and more suitable for scripting.
Description-md5: 953ff6c148b87e74addabc76f2b0ef1c
Homepage: http://jclassinfo.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu