How to Install and Uninstall xz.x86_64 Package on CentOS Stream 8

Last updated: April 29,2024

1. Install "xz.x86_64" package

Please follow the steps below to install xz.x86_64 on CentOS Stream 8

$ 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 CentOS Stream 8:

$ sudo dnf remove xz.x86_64 $ sudo dnf autoremove

3. Information about the xz.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:01:54 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : xz
Version : 5.2.4
Release : 4.el8
Architecture : x86_64
Size : 414 k
Source : xz-5.2.4-4.el8.src.rpm
Repository : @System
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.