< Home - < Back

xz


Information about the package, xz, which is shipped with common Linux distributions. The xz package is designed for, LZMA compression utilities.


Package Name:

xz

Summary:

LZMA compression utilities

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.

Architecture:

x86_64

Version:

4.999.9

Release:

0.5.beta.20091007git.el6

Size:

477 k

Repository:

installed

From Repository:

base

Licence:

LGPLv2+



Handy Yum Commands for xz


Control the xz package with the following handy commands outlined below.


Command

Description of Command

yum install xz

This command will install xz on the server.

yum remove xz

This command will un-install xz on the server. When you run this command, you will be asked if you are sure that you want to remove xz, so you have to manually confirm that you want to do this.

yum -y remove xz

This command will un-install xz on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xz when using the -y flag.

yum update xz

This command will update xz to the latest version. When you run this command, you will be asked if you are sure that you want to remove xz, so you have to manually confirm that you want to do this.

yum -y update xz

This command will update xz to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove xz when using the -y flag.

yum info xz

This command will show you core information about the xz package.

yum deplist xz

This command will show you the dependencies for xz. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update xz

This command will check if there is an update waiting on xz. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.