How to Install and Uninstall libbcel-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libbcel-java" package

In this section, we are going to explain the necessary steps to install libbcel-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbcel-java

2. Uninstall "libbcel-java" package

Learn how to uninstall libbcel-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libbcel-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libbcel-java
Priority: optional
Section: universe/libs
Installed-Size: 644
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: bcel
Version: 6.0~rc3-2ubuntu1
Suggests: libbcel-java-doc
Filename: pool/universe/b/bcel/libbcel-java_6.0~rc3-2ubuntu1_all.deb
Size: 560952
MD5sum: 90540c4880096da6147fc10859a9022e
SHA1: 7effcb43864f7f16e437f5e2df4f139af3d526b9
SHA256: 0e10c4c2b88b209c5e61a32200b434c46c36299be03fda31fa9ba63d68d9a225
Description-en: 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: 130e464457303867bf0628be20236a5f
Homepage: http://commons.apache.org/bcel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu