How to Install and Uninstall libunsafe-fences-java Package on Kali Linux

Last updated: May 16,2024

1. Install "libunsafe-fences-java" package

Here is a brief guide to show you how to install libunsafe-fences-java on Kali Linux

$ sudo apt update $ sudo apt install libunsafe-fences-java

2. Uninstall "libunsafe-fences-java" package

Please follow the guidelines below to uninstall libunsafe-fences-java on Kali Linux:

$ sudo apt remove libunsafe-fences-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libunsafe-fences-java package on Kali Linux

Package: libunsafe-fences-java
Source: unsafe-fences
Version: 1.0-1.1
Installed-Size: 25
Maintainer: Debian Java Maintainers
Architecture: all
Size: 5040
SHA256: e91d5727fc31c059dbf6bfc4439d1b799d10d14d36c690613fdb8024fa216f82
SHA1: 66214cbd9a41d0967bf7178269b8a08b8288c6ce
MD5sum: f0f0349fd06683aa72630427e448870c
Description: wrapper library around the Java 8 fences API
unsafe-fences is a very simple Java library that just provides a shim
around the Java 8 Unsafe methods used for memory fencing.
.
In Java 8, three memory-ordering intrinsics were added to the
sun.misc.Unsafe class: fullFence, storeFence, and loadFence.
.
The main goal of unsafe-fences is to allow code in Java 6 and 7
to compile those calls with a provided boolean guard.
.
This is especially useful for projects like JRuby that support
several JDK versions but it can be reused by other Java projects as
well.
Description-md5: 3e083c35292e0d5cff750122e0fbd1f0
Homepage: https://github.com/headius/unsafe-fences
Section: java
Priority: optional
Filename: pool/main/u/unsafe-fences/libunsafe-fences-java_1.0-1.1_all.deb