How to Install and Uninstall checkstyle-doc Package on Kali Linux

Last updated: May 15,2024

1. Install "checkstyle-doc" package

In this section, we are going to explain the necessary steps to install checkstyle-doc on Kali Linux

$ sudo apt update $ sudo apt install checkstyle-doc

2. Uninstall "checkstyle-doc" package

This is a short guide on how to uninstall checkstyle-doc on Kali Linux:

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

3. Information about the checkstyle-doc package on Kali Linux

Package: checkstyle-doc
Source: checkstyle
Version: 8.36.1-1
Installed-Size: 26503
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: default-jdk-doc
Size: 1031916
SHA256: 90251177e421d20b1a933b9289d23be4628fbd2f574484cadd9fc221cfa329d4
SHA1: fa847bdff74ef3512ac320ac121d0bb9735173d8
MD5sum: 88ede1fc64f7fa4e125cc635e2c05c2a
Description: 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:
Multi-Arch: foreign
Homepage: https://checkstyle.sourceforge.io/
Tag: devel::doc, devel::examples, devel::lang:java, role::documentation
Section: doc
Priority: optional
Filename: pool/main/c/checkstyle/checkstyle-doc_8.36.1-1_all.deb