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

Last updated: May 18,2024

1. Install "liblombok-patcher-java" package

This is a short guide on how to install liblombok-patcher-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install liblombok-patcher-java

2. Uninstall "liblombok-patcher-java" package

Please follow the instructions below to uninstall liblombok-patcher-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: liblombok-patcher-java
Priority: optional
Section: universe/java
Installed-Size: 150
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: lombok-patcher
Version: 0.20-3
Filename: pool/universe/l/lombok-patcher/liblombok-patcher-java_0.20-3_all.deb
Size: 65622
MD5sum: f04119c324e5350b9ccc02746f5cc18b
SHA1: a4b0b94da043f916805a864902348c07ba5cd639
SHA256: 1f17def0c9eb9a0b7b9beb6f610ac45f0aaacaa2a28d923641c9ecce2e06c4ca
Description-en: live-rewrite classes as a JVM runs
Lombok Patcher gives you the ability to live-rewrite classes as a JVM
runs, either by loading as an agent during JVM bootup or by injecting
the agent 'live' during execution.
.
To make this easier than fiddling with classes directly, Lombok
Patcher offers a few 'patch scripts' to do common tasks, such as wrap
your own code around any method call, replace methods entirely with
your own, or add fields.
.
lombok.patcher also includes support for getting around the Eclipse
OSGi container's classloader separation.
Description-md5: 3b17e2580cd661eb9b01ca920e2a4b24
Homepage: https://projectlombok.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu