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

Last updated: May 11,2024

1. Install "checkstyle-doc" package

Please follow the step by step instructions below to install checkstyle-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install checkstyle-doc

2. Uninstall "checkstyle-doc" package

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

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

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

Package: checkstyle-doc
Priority: optional
Section: universe/doc
Installed-Size: 22275
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: checkstyle
Version: 6.15-1
Suggests: default-jdk-doc
Filename: pool/universe/c/checkstyle/checkstyle-doc_6.15-1_all.deb
Size: 599314
MD5sum: 963fc1096cdbe40576ee55d8cee75dbe
SHA1: 55a3f8a336349a1ead472db513af4c84e631fb4b
SHA256: 2055bc0547672e6853bcde17396aed2a5d867ceda5c1d6d142af987f0d4214a3
Description-en: Documentation for Checkstyle
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.
.
This package contains the Javadoc files and some examples to illustrate
how use the Checkstyle tool.
Description-md5: bab49bc473fefc35dcd1bbd91b098568
Homepage: http://checkstyle.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu