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

Last updated: May 06,2024

1. Install "liblombok-java" package

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

$ sudo apt update $ sudo apt install liblombok-java

2. Uninstall "liblombok-java" package

Learn how to uninstall liblombok-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblombok-java
Priority: extra
Section: universe/java
Installed-Size: 3072
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: lombok
Version: 1.16.6+ds-3
Filename: pool/universe/l/lombok/liblombok-java_1.16.6+ds-3_all.deb
Size: 1336190
MD5sum: d83d961e3bf8127892e8f163d7e758cc
SHA1: 5b34e9dd1de3c5e45d073a45e5c0161d70dd5dfc
SHA256: d8499863fa24900f7901934aec1e4dcb5b05b28e9d5d2b06189c9c7db901c39d
Description-en: Reduce boilerplate code in Java projects
"Boilerplate" is a term used to describe code that is repeated in
many parts of an application with little alteration. One of the most
frequently voiced criticisms of the Java language is the volume of
this type of code that is found in most projects. This problem is
frequently a result of design decisions in various libraries, but is
exacerbated by limitations in the language itself. Project Lombok
aims to reduce the prevalence of some of the worst offenders by
replacing them with a simple set of annotations.
Description-md5: 50fa9949a9e0357c63768b7d01d6bc6b
Homepage: https://projectlombok.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu