How to Install and Uninstall libbcel-java-doc Package on Kali Linux

Last updated: May 03,2024

1. Install "libbcel-java-doc" package

Please follow the guidance below to install libbcel-java-doc on Kali Linux

$ sudo apt update $ sudo apt install libbcel-java-doc

2. Uninstall "libbcel-java-doc" package

Learn how to uninstall libbcel-java-doc on Kali Linux:

$ sudo apt remove libbcel-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbcel-java-doc package on Kali Linux

Package: libbcel-java-doc
Source: bcel
Version: 6.5.0-2
Installed-Size: 18113
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jdk-doc
Suggests: libbcel-java
Size: 723372
SHA256: c9f214a37cd06d63cebb6e9e2c713f7378d5daba8d7c6dae017c23ef27e84748
SHA1: 151dc84506735e4f284d004a7ce69652559b6626
MD5sum: c27f2826656bc2a1a9fc0f54013e8ac1
Description: Documentation for Byte Code Engineering Library (BCEL)
The Byte Code Engineering Library is intended to give users a convenient
possibility to analyze, create, and manipulate (binary) Java class files
(those ending with .class). Classes are represented by objects which contain
all the symbolic information of the given class: methods, fields and byte
code instructions, in particular.
.
Such objects can be read from an existing file, be transformed by a program
(e.g. a class loader at run-time) and dumped to a file again. An even more
interesting application is the creation of classes from scratch at run-time.
The Byte Code Engineering Library (BCEL) may be also useful if you want to
learn about the Java Virtual Machine (JVM) and the format of Java .class
files.
.
This package contains the API (javadoc) documentation.
Description-md5:
Homepage: http://commons.apache.org/bcel/
Tag: devel::doc, devel::lang:java, devel::library, made-of::html,
role::devel-lib, role::documentation
Section: doc
Priority: optional
Filename: pool/main/b/bcel/libbcel-java-doc_6.5.0-2_all.deb