How to Install and Uninstall xz-java.src Package on Oracle Linux 8

Last updated: May 04,2024

1. Install "xz-java.src" package

Please follow the step by step instructions below to install xz-java.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install xz-java.src

2. Uninstall "xz-java.src" package

Please follow the step by step instructions below to uninstall xz-java.src on Oracle Linux 8:

$ sudo dnf remove xz-java.src $ sudo dnf autoremove

3. Information about the xz-java.src package on Oracle Linux 8

Last metadata expiration check: 6:30:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : xz-java
Version : 1.8
Release : 8.module+el8.3.0+9630+fe6f9367
Architecture : src
Size : 148 k
Source : None
Repository : ol8_appstream
Summary : Java implementation of XZ data compression
URL : http://tukaani.org/xz/java.html
License : Public Domain
Description : A complete implementation of XZ data compression in Java.
:
: It features full support for the .xz file format specification version 1.0.4,
: single-threaded streamed compression and decompression, single-threaded
: decompression with limited random access support, raw streams (no .xz headers)
: for advanced users, including LZMA2 with preset dictionary.