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

Last updated: April 28,2024

1. Install "libclassycle-java" package

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

$ sudo apt update $ sudo apt install libclassycle-java

2. Uninstall "libclassycle-java" package

Please follow the step by step instructions below to uninstall libclassycle-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclassycle-java
Priority: optional
Section: universe/java
Installed-Size: 176
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: classycle
Version: 1.4-2
Depends: ant-optional
Filename: pool/universe/c/classycle/libclassycle-java_1.4-2_all.deb
Size: 113144
MD5sum: 88ce279b97b8f1c88c0713d0dc9c524f
SHA1: 1ecff198c21983ead5583e361e706bf7f31f52d5
SHA256: 2fed0302a69b8a0e4fc5b89ccf04e01b1957a2bfa6c049597621aa76a6cdfef2
Description-en: Analysing tool for Java dependencies
Classycle's Analyser analyses the static class and package dependencies
in Java applications or libraries. It is especially helpful for finding cyclic
dependencies between classes or packages.
.
Classycle is similar to JDepend which does also a dependency analysis
but only on the package level.
.
Classycle's Dependency Checker searches for unwanted class dependencies
described in a dependency definition file. Dependency checking helps to
monitor whether certain architectural constrains (e.g. in a layered
architecture) are fulfilled or not.
Description-md5: c56397ac5439ca18af668c18c5b4812f
Homepage: http://classycle.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu