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

Last updated: May 15,2024

1. Install "libbcel-java" package

This tutorial shows how to install libbcel-java on Kali Linux

$ sudo apt update $ sudo apt install libbcel-java

2. Uninstall "libbcel-java" package

Please follow the step by step instructions below to uninstall libbcel-java on Kali Linux:

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

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

Package: libbcel-java
Source: bcel
Version: 6.5.0-2
Installed-Size: 718
Maintainer: Debian Java Maintainers
Architecture: all
Depends: libcommons-parent-java (>= 43)
Suggests: libbcel-java-doc
Size: 633556
SHA256: 201266c3b9605d045766a56021ef0f62146e0b339a17460b3373109f1f83224f
SHA1: c992d52f00f78cc6e1adf08df76261211de76abf
MD5sum: ebba0cfafa6930cd3c03af84b549e7cc
Description: Analyze, create, and manipulate (binary) Java class files
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.
Description-md5:
Homepage: http://commons.apache.org/bcel/
Tag: devel::lang:java, devel::library, role::devel-lib, role::shared-lib
Section: java
Priority: optional
Filename: pool/main/b/bcel/libbcel-java_6.5.0-2_all.deb