Top "Xz" questions

xz is a lossless data compression program and file format which incorporates the LZMA/LZMA2 compression algorithms

Create a tar.xz in one command

I am trying to create a .tar.xz compressed archive in one command. What is the specific syntax for that? …

compression archive tar xz
Importing zipped files in Mysql using command line

Importing zipped files in Mysql using CMD What is the right syntax to import sql zipped files into mysql using …

mysql database cmd winzip xz
Why is *.tar.gz still much more common than *.tar.xz?

Whenever I see some source packages or binaries which are compressed with GZip I wonder if there are still reasons …

zip compression lzma xz
How to extract contents from 'Payload' file in a apple macOS update package?

I am extracting macOS sierra update package - macOSUpd10.12.1.pkg using following command to /tmp/macosupd directory. pkgutil --expand /Volumes/…

macos macos-sierra lzma software-packaging xz
Open xz file from the command line in Windows 10

My colleagues using mac or linux open xz files with this line: xz --decompress --stdout "file.csv.xz" On my …

cmd windows-10 xz
How to unpack xz file with python which contains only data but no filename?

I have a file, which I can decompress under linux using the following command: unxz < file.xz > file.…

python compression tarfile xz
How to build Python 3.4.6 from source?

I want to install Python 3.4.6 but it is only available in source code format. The install options on the official …

python installation gzip python-3.4 xz
Python 2.7: Compressing data with the XZ format using the "lzma" module

I'm experimenting with the lzma module in Python 2.7.6 to see if I could create compressed files using the XZ format …

python checksum lzma xz
Multiprocessor support for `xz`?

Is there a way to spread xz compression efforts across multiple CPU's? I realize that this doesn't appear possible with …

xz
Can't extract .xz files with python "tarfile.ReadError: file could not be opened successfully"

I need to extract some text files compressed to .xz files using python. My code is just import tarfile tarfile.…

python python-3.x tar xz