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

Last updated: May 21,2024

1. Install "libcodenarc-groovy-java" package

This guide let you learn how to install libcodenarc-groovy-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcodenarc-groovy-java

2. Uninstall "libcodenarc-groovy-java" package

This guide covers the steps necessary to uninstall libcodenarc-groovy-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcodenarc-groovy-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libcodenarc-groovy-java
Priority: optional
Section: universe/java
Installed-Size: 2132
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: codenarc
Version: 0.23-1
Depends: ant, groovy2, libgmetrics-groovy-java, liblog4j1.2-java
Suggests: libcodenarc-groovy-java-doc
Filename: pool/universe/c/codenarc/libcodenarc-groovy-java_0.23-1_all.deb
Size: 1871868
MD5sum: 13f3ea68e7c65cf64157640d991ddc77
SHA1: b3af22694405a70254651487864e6165b7e7385c
SHA256: e6abd119eed5f678f2e9ba47ea27b544ba7fec75309fcb725fc25340516ecc86
Description-en: Groovy library that provides static analysis features for Groovy code
CodeNarc is a static analysis tool for Groovy source code,
enabling monitoring and enforcement of many coding standards
and best practices. CodeNarc applies a set of Rules
(predefined and/or custom) that are applied to each Groovy
file, and generates an HTML report of the results, including
a list of rules violated for each source file, and a count
of the number of violations per package and for the whole
project.
.
CodeNarc is similar to popular static analysis tools such as
PMD or Checkstyle, but is targeted at Groovy source code
instead of Java.
Description-md5: ba00ec53185bb2a943b5c25dd19e70b5
Homepage: http://codenarc.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu