How to Install and Uninstall xz.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "xz.x86_64" package

This is a short guide on how to install xz.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install xz.x86_64

2. Uninstall "xz.x86_64" package

Please follow the guidelines below to uninstall xz.x86_64 on Fedora 36:

$ sudo dnf remove xz.x86_64 $ sudo dnf autoremove

3. Information about the xz.x86_64 package on Fedora 36

Last metadata expiration check: 5:16:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : xz
Version : 5.2.5
Release : 9.fc36
Architecture : x86_64
Size : 214 k
Source : xz-5.2.5-9.fc36.src.rpm
Repository : fedora
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.