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

Last updated: May 21,2024

1. Install "libbcel-java-doc" package

Please follow the guidelines below to install libbcel-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libbcel-java-doc" package

This guide let you learn how to uninstall libbcel-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbcel-java-doc
Priority: optional
Section: universe/libs
Installed-Size: 11778
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: bcel
Version: 6.0~rc3-2ubuntu1
Suggests: libbcel-java
Filename: pool/universe/b/bcel/libbcel-java-doc_6.0~rc3-2ubuntu1_all.deb
Size: 339722
MD5sum: 9325bc5e604482b73a96907e014ea836
SHA1: 7cb28c792bdbb7689303de4cbcd6005a347db230
SHA256: 46b10ea679c7aeeba8d49299f453de4f0c1b54037ec5af3530e93f3ecb4634fb
Description-en: 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: 28e1f469ef323ac95315d9f3b3f77df6
Homepage: http://commons.apache.org/bcel/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu