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

Last updated: May 18,2024

1. Install "libjavaparser-java" package

Please follow the guidance below to install libjavaparser-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjavaparser-java

2. Uninstall "libjavaparser-java" package

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

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

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

Package: libjavaparser-java
Priority: optional
Section: universe/java
Installed-Size: 227
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: javaparser
Version: 1.0.8-1
Suggests: libjavaparser-java-doc
Filename: pool/universe/j/javaparser/libjavaparser-java_1.0.8-1_all.deb
Size: 187372
MD5sum: 1edf68a8921263dfa6f76933f7954760
SHA1: 7707beb27c0f4b0172951d8c3e0d3367a7df3f4e
SHA256: a478037f0df2543deb007a8389876e1cfd4dc8373c2b4d6fd793900153a49b59
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
Description-md5: c294a03d3d445dd0c9f821cf837e19d4
Homepage: http://code.google.com/p/javaparser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu