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

Last updated: May 08,2024

1. Install "xz-java.src" package

Here is a brief guide to show you how to install xz-java.src on Oracle Linux 9

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

2. Uninstall "xz-java.src" package

This guide covers the steps necessary to uninstall xz-java.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:06:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : xz-java
Version : 1.8
Release : 14.el9
Architecture : src
Size : 146 k
Source : None
Repository : ol9_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.