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

Last updated: May 09,2024

1. Install "aspectj" package

In this section, we are going to explain the necessary steps to install aspectj on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install aspectj

2. Uninstall "aspectj" package

This guide let you learn how to uninstall aspectj on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove aspectj $ sudo apt autoclean && sudo apt autoremove

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

Package: aspectj
Priority: optional
Section: universe/devel
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.8.8-1
Depends: default-jre-headless | java7-runtime-headless, libaspectj-java (= 1.8.8-1)
Filename: pool/universe/a/aspectj/aspectj_1.8.8-1_all.deb
Size: 17816
MD5sum: 3c52ccf91e553c4120c6de82f79bc636
SHA1: 7ee9c4adf50577d6acc0cff333e52827d90fdcb4
SHA256: e604ff8936219f3e1782ff903ae86b67730a6300dccf736c8c45debbce5b345d
Description-en: aspect-oriented extension for Java - tools
AspectJ enables the clean modularization of crosscutting concerns
such as: error checking and handling, synchronization, context-sensitive
behavior, performance optimizations, monitoring and logging, debugging
support, multi-object protocols.
.
This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser).
Description-md5: 51aa93f2f314551b2b6aea185821d474
Homepage: http://www.eclipse.org/aspectj
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu