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

Last updated: July 06,2024

1. Install "libjavaparser-java-doc" package

This tutorial shows how to install libjavaparser-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjavaparser-java-doc" package

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

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

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

Package: libjavaparser-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 3964
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: javaparser
Version: 1.0.8-1
Recommends: default-jdk-doc, librsyntaxtextarea-java-doc
Suggests: libautocomplete-java
Filename: pool/universe/j/javaparser/libjavaparser-java-doc_1.0.8-1_all.deb
Size: 121200
MD5sum: 28104d83deee93384ecc253ebb5b999b
SHA1: 89e3dcff388484b62860836dde8b4360a03e1853
SHA256: c28f39c0f31fe2d71cc7680d25b2c164a6373e1bca7df3581f49c293ffab7c43
Description-en: Java library for parsing Java 1.5.
The library features abstract syntax tree (AST) generation and supports
the visitor pattern. The AST records the source code structure, javadoc
and comments. It is also possible to change the AST nodes or create new
ones to modify the source code.
.
Main features are:
* light weight
* good performance
* easy to use
* AST can be modified
* AST can be created from scratc
.
This package contains the API documentation of libjavaparser-java.
Description-md5: 1fd3893ce8f6a51d776b9d9cc0e65259
Homepage: http://code.google.com/p/javaparser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu