Difference between revisions of "XZ"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:compressionCategory:library" {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|REPLACE}} |{{#vardefine:url|http://tukaani.org/xz/}} <!--...")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:compression]][[Category:library"]]
+
[[Category:Software]][[Category:compression]][[Category:library]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|REPLACE}}
+
|{{#vardefine:app|xz}}
 
|{{#vardefine:url|http://tukaani.org/xz/}}
 
|{{#vardefine:url|http://tukaani.org/xz/}}
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
Line 18: Line 18:
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}}
  
XZ Utils is free general-purpose data compression software with a high
+
XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also workon some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.
    compression ratio. XZ Utils were written for POSIX-like systems, but also work
 
    on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.
 
  
 
<!--Modules-->
 
<!--Modules-->
Line 26: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_MAN - manual directory
+
* HPC_{{uc:{{#var:app}}}}_MAN - manual directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 14:19, 27 May 2022

Description

xz website  

XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also workon some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils.

Environment Modules

Run module spider xz to find out what environment modules are available for this application.

System Variables

  • HPC_XZ_DIR - installation directory
  • HPC_XZ_BIN - executable directory
  • HPC_XZ_DOC - documentation directory
  • HPC_XZ_MAN - manual directory