How to Install and Uninstall xz.x86_64 Package on AlmaLinux 8

Last updated: May 18,2024

1. Install "xz.x86_64" package

Please follow the guidelines below to install xz.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install xz.x86_64

2. Uninstall "xz.x86_64" package

In this section, we are going to explain the necessary steps to uninstall xz.x86_64 on AlmaLinux 8:

$ sudo dnf remove xz.x86_64 $ sudo dnf autoremove

3. Information about the xz.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:15:32 ago on Mon Sep 5 03:22:42 2022.
Installed Packages
Name : xz
Version : 5.2.4
Release : 4.el8_6
Architecture : x86_64
Size : 414 k
Source : xz-5.2.4-4.el8_6.src.rpm
Repository : @System
From repo : baseos
Summary : LZMA compression utilities
URL : http://tukaani.org/xz/
License : GPLv2+ and Public Domain
Description : XZ Utils are an attempt to make LZMA compression easy to use on free (as in
: freedom) operating systems. This is achieved by providing tools and libraries
: which are similar to use than the equivalents of the most popular existing
: compression algorithms.
:
: LZMA is a general purpose compression algorithm designed by Igor Pavlov as
: part of 7-Zip. It provides high compression ratio while keeping the
: decompression speed fast.