EnglishFrenchSpanish

Ad


OnWorks favicon

xzdec - Online in the Cloud

Run xzdec in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command xzdec that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

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.

Use xzdec online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    TTGO VGA32 Lite
    TTGO VGA32 Lite
    Features:4:3 and 16:9 low resolution
    VGA outputPS/2 keyboard and mouse
    inputText-based user interface (TUI)
    with dialog managerPartial Unicode
    supportSlave dis...
    Download TTGO VGA32 Lite
  • 2
    Clover EFI bootloader
    Clover EFI bootloader
    Project has moved to
    https://github.com/CloverHackyColor/CloverBootloader..
    Features:Boot macOS, Windows, and Linux
    in UEFI or legacy mode on Mac or PC with
    UE...
    Download Clover EFI bootloader
  • 3
    Sequelize
    Sequelize
    Sequelize is a promise-based Node.js
    ORM for Postgres, MySQL, MariaDB, SQLite
    and Microsoft SQL Server. It features
    solid transaction support, relations,
    eager...
    Download Sequelize
  • 4
    unitedrpms
    unitedrpms
    Join us in Gitter!
    https://gitter.im/unitedrpms-people/Lobby
    Enable the URPMS repository in your
    system -
    https://github.com/UnitedRPMs/unitedrpms.github.io/bl...
    Download unitedrpms
  • 5
    Boost C++ Libraries
    Boost C++ Libraries
    Boost provides free portable
    peer-reviewed C++ libraries. The
    emphasis is on portable libraries which
    work well with the C++ Standard Library.
    See http://www.bo...
    Download Boost C++ Libraries
  • 6
    VirtualGL
    VirtualGL
    VirtualGL redirects 3D commands from a
    Unix/Linux OpenGL application onto a
    server-side GPU and converts the
    rendered 3D images into a video stream
    with which ...
    Download VirtualGL
  • 7
    libusb
    libusb
    Library to enable user space
    application programs to communicate with
    USB devices. Audience: Developers, End
    Users/Desktop. Programming Language: C.
    Categories...
    Download libusb
  • More »

Linux commands

  • 1
    4s-cluster-createJ
    4s-cluster-createJ
    4s-cluster-create � Create a KB on the
    cluster. ...
    Run 4s-cluster-createJ
  • 2
    4s-cluster-destroyJ
    4s-cluster-destroyJ
    4s-cluster-destroy � Delete the KB from
    a cluster. ...
    Run 4s-cluster-destroyJ
  • 3
    cpan2distp
    cpan2distp
    cpan2dist - The CPANPLUS distribution
    creator DESCRIPTION: This script will
    create distributions of "CPAN" modules
    of the format you specify, including its
    pre...
    Run cpan2distp
  • 4
    cpan2doapp
    cpan2doapp
    cpan2doap - generate DOAP data from a
    CPAN distribution's root directory
    SYNPOSIS: cpan2doap [options]
    DESCRIPTION: The cpan2doap command
    generates DOAP data i...
    Run cpan2doapp
  • 5
    g15ladi
    g15ladi
    laditools - tools to control and
    monitor LADI (JACK and ladish) systems ...
    Run g15ladi
  • 6
    g15macro
    g15macro
    g15macro - A simple Macro
    recording/playback application for
    G15Daemon DESCRIPTION: This package
    provides a way to record, playback and
    display keyboard macro ...
    Run g15macro
  • More »

Ad