How to Install and Uninstall xz-java.noarch Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "xz-java.noarch" package

This guide let you learn how to install xz-java.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xz-java.noarch

2. Uninstall "xz-java.noarch" package

In this section, we are going to explain the necessary steps to uninstall xz-java.noarch on Amazon Linux 2:

$ sudo yum remove xz-java.noarch $ sudo yum autoremove

3. Information about the xz-java.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xz-java
Arch : noarch
Version : 1.3
Release : 3.amzn2
Size : 89 k
Repo : amzn2-core/2/x86_64
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.