How to Install and Uninstall checkstyle Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "checkstyle" package

This guide covers the steps necessary to install checkstyle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install checkstyle

2. Uninstall "checkstyle" package

This guide covers the steps necessary to uninstall checkstyle on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove checkstyle $ sudo apt autoclean && sudo apt autoremove

3. Information about the checkstyle package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: checkstyle
Priority: optional
Section: universe/libs
Installed-Size: 1153
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 6.15-1
Depends: antlr, default-jre-headless | java7-runtime-headless, java-wrappers (>= 0.1.6), libantlr4-runtime-java, libcommons-lang3-java, libcommons-beanutils-java (>= 1.5), libcommons-cli-java, libcommons-logging-java, libguava-java (>= 1.0~rc2)
Suggests: ant-optional, junit4
Filename: pool/universe/c/checkstyle/checkstyle_6.15-1_all.deb
Size: 995130
MD5sum: a18322c7f34b64dd8dd7689dc152a824
SHA1: b01a3d339a87bdf118e49f432b37c765ea5d6304
SHA256: 0dfb38b4f721edf0654fda0cf1f7150f561f1be6dbc28a01c47f26c20e404b94
Description-en: checks Java source against a coding standard
Checkstyle is a development tool to help programmers write Java code that
adheres to a coding standard. It automates the process of checking Java
code to spare humans of this boring (but important) task. This makes it
ideal for projects that want to enforce a coding standard.
.
Checkstyle is highly configurable and can be made to support almost any
coding standard. An example configuration file is supplied supporting the
Sun Code Conventions.
Description-md5: de3cc011f60c846fd1ee6020300ba246
Homepage: http://checkstyle.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu