How to Install and Uninstall xz.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "xz.x86_64" package

Please follow the guidance below to install xz.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install xz.x86_64

2. Uninstall "xz.x86_64" package

Please follow the steps below to uninstall xz.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove xz.x86_64 $ sudo dnf autoremove

3. Information about the xz.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:25:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : xz
Version : 5.2.5
Release : 8.el9_0
Architecture : x86_64
Size : 230 k
Source : xz-5.2.5-8.el9_0.src.rpm
Repository : ubi-9-baseos-rpms
Summary : LZMA compression utilities
URL : https://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.