NAME
xzdec, lzmadec - Small .xz and .lzma decompressors
SYNOPSIS
xzdec [option...] [file...] lzmadec [option...] [file...]
DESCRIPTION
xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files. xzdec is intended to work as a drop-in replacement for xz(1) in the most common situations where a script has been written to use xz --decompress --stdout (and possibly a few other commonly used options) to decompress .xz files. lzmadec is identical to xzdec except that lzmadec supports .lzma files instead of .xz files. To reduce the size of the executable, xzdec doesn't support multithreading or localization, and doesn't read options from XZ_DEFAULTS and XZ_OPT environment variables. xzdec doesn't support displaying intermediate progress information: sending SIGINFO to xzdec does nothing, but sending SIGUSR1 terminates the process instead of displaying progress information.
OPTIONS
-d, --decompress, --uncompress Ignored for xz(1) compatibility. xzdec supports only decompression. -k, --keep Ignored for xz(1) compatibility. xzdec never creates or removes any files. -c, --stdout, --to-stdout Ignored for xz(1) compatibility. xzdec always writes the decompressed data to standard output. -q, --quiet Specifying this once does nothing since xzdec never displays any warnings or notices. Specify this twice to suppress errors. -Q, --no-warn Ignored for xz(1) compatibility. xzdec never uses the exit status 2. -h, --help Display a help message and exit successfully. -V, --version Display the version number of xzdec and liblzma.
EXIT STATUS
0 All was good. 1 An error occurred. xzdec doesn't have any warning messages like xz(1) has, thus the exit status 2 is not used by xzdec.
NOTES
Use xz(1) instead of xzdec or lzmadec for normal everyday use. xzdec or lzmadec are meant only for situations where it is important to have a smaller decompressor than the full-featured xz(1). xzdec and lzmadec are not really that small. The size can be reduced further by dropping features from liblzma at compile time, but that shouldn't usually be done for executables distributed in typical non- embedded operating system distributions. If you need a truly small .xz decompressor, consider using XZ Embedded.
SEE ALSO
xz(1) XZ Embedded: <http://tukaani.org/xz/embedded.html>
More Linux Commands
manpages/Tk_IsEmbedded.3.html
Tk_IsEmbedded(3) - retrieve information from Tk's local data
Tk_WindowId and the other names listed above are all macros that return fields from Tks local data structure for tkwin. None of these macros requires any intera
manpages/ltrace.1.html
ltrace(1) - A library call tracer - Linux manual page.......
ltrace is a program that simply runs the specified command until it exits. It intercepts and records the dynamic library calls which are called by the executed
manpages/systemd-run.1.html
systemd-run(1) Run programs in transient scope or service un
systemd-run may be used to create and start a transient .service or a .scope unit and run the specified COMMAND in it. If a command is run as transient service
manpages/Tcl_StringCaseMatch.3.html
Tcl_StringCaseMatch(3) - test whether a string matches a pat
This utility procedure determines whether a string matches a given pattern. If it does, then Tcl_StringMatch returns 1. Otherwise Tcl_StringMatch returns 0. The
manpages/perl5161delta.1.html
perl5161delta(1) what is new for perl v5.16.1 (Man Page)....
This document describes differences between the 5.16.0 release and the 5.16.1 release. If you are upgrading from an earlier release such as 5.14.0, first read p
manpages/setitimer.2.html
setitimer(2) - get or set value of an interval timer........
The system provides each process with three interval timers, each decrementing in a distinct time domain. When any timer expires, a signal is sent to the proces
manpages/XDestroyImage.3.html
XDestroyImage(3) - image utilities - Linux manual page......
The XInitImage function initializes the internal image manipulation routines of an image structure, based on the values of the various structure members. All fi
manpages/XFontProp.3.html
XFontProp(3) - load or unload fonts and font metric structur
The XLoadFont function loads the specified font and returns its associated font ID. If the font name is not in the Host Portable Character Encoding, the result
manpages/ncursesw5-config.1.html
ncursesw5-config(1) - helper script for ncurses libraries...
ncursesw5-config.1 - This is a shell script which simplifies configuring applications against a particular set of ncurses libraries. OPTIONS --prefix echos the
manpages/ggz.6.html
ggz(6) - GGZ Gaming Zone core client selector (Man Page)....
The GGZ Gaming Zone allows people to play many games online using so-called GGZ core clients which are chat clients with integrated game launchers. The ggz tool
manpages/Tk_IdToWindow.3.html
Tk_IdToWindow(3) - Find Tk's window information for an X win
Given an X window identifier and the X display it corresponds to, this procedure returns the corresponding Tk_Window handle. If there is no Tk_Window correspond
manpages/smbstatus.1.html
smbstatus(1) - report on current Samba connections (ManPage)
This tool is part of the samba(7) suite. smbstatus is a very simple program to list the current Samba connections. OPTIONS -P|--profile If samba has been compil
