Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How to decompress .lz4?

Writer Olivia Zamora

How to decompress .lz4 file under Windows? Is am not sure if it is supported in Windows. I tried to open the file using 7-zip but it could not open the file. How might I open and decompress this file?

3

1 Answer

Below is how I did it:

I downloaded the latest version by the system architecture (64 or 32bit) from

Extracted the zip file.

  1. Move to the extracted file in terminal (cmder, windows cmd or xshell).
  2. Run the command

    lz4.exe C:\Users\rta\somefile.tar.lz4 C:\Users\rta\somefile.tar 

    (this command will automatically decompress the file with lz4 extension).
    Output is:

    C:\Users\rta : decoded 19962408960 bytes

Hope it answers the question.

UPDATE: 7-Zip ZS can be used to extract lz4 files and its just like 7zip. After installation, just right click the file and choose extract option.

The program can be downloaded from here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy