.. _spkg_liblzma:

liblzma: General-purpose data compression software
==================================================

Description
-----------

This packages represents liblzma, a part of XZ Utils, the free general-purpose
data compression software with a high compression ratio.

License
-------

Some parts public domain, other parts GNU LGPLv2.1, GNU GPLv2, or GNU
GPLv3.


Upstream Contact
----------------

http://tukaani.org/xz/


Type
----

standard


Dependencies
------------


Version Information
-------------------

package-version.txt::

    5.2.5


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install  xz


cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install xz liblzma-devel


Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  xz-utils liblzma-dev


Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  xz xz-devel


homebrew:

.. CODE-BLOCK:: bash

    $ brew install xz


macports:
install the following packages: xz

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install xz "pkgconfig(liblzma)"


slackware:

.. CODE-BLOCK:: bash

    $ sudo slackpkg install xz


void:

.. CODE-BLOCK:: bash

    $ sudo xbps-install  xz liblzma-devel


See https://repology.org/project/xz/versions


If the system package is installed, ./configure will check whether it can be used.

