What Is an LZMA File?
What Is an LZMA File? GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Software & Apps > File Types
tar --lzma -xvpf file.tar.lzma If that doesn't work, you probably don't have lzma installed. Use this command to install it if you think that's the case:
sudo apt-get install lzma If you find that a program on your computer tries to open the LZMA file but it's the wrong application, or if you'd just rather use a different one to open LZMA files, see our How to Change the Default Program for a Specific File Extension guide for making that change (in Windows).
What Is an LZMA File?
How to open, edit, & convert LZMA files
By Tim Fisher Tim Fisher Senior Vice President & Group General Manager, Tech & Sustainability Emporia State University Tim Fisher has more than 30 years' of professional technology experience. He's been writing about tech for more than two decades and serves as the VP and General Manager of Lifewire. lifewire's editorial guidelines Updated on September 11, 2021 Tweet Share Email Tweet Share Email File Types File Types Apps Windows MS Office Linux Google Drive Backup & Utilities Design Cryptocurrency A file with the LZMA file extension is an LZMA Compressed file. The suffix stands for Lempel-Ziv-Markov chain-Algorithm, and the files are mainly seen on Unix-based operating systems. LZMA files are similar to other compression algorithms like ZIP that compress data to save on space. However, LZMA compression is known to provide faster decompression times than other algorithms like BZIP2. LZMA2 is a container format that can hold both LZMA data and uncompressed data. There's some more information below on their differences. TLZ is short for a TAR file that's been compressed using LZMA. It uses the TAR.LZMA file extension and is usually called an LZMA Compressed Tarball.How to Open an LZMA File
PeaZip and 7-Zip are two free programs for Windows and Linux that can decompress (extract) the contents of an LZMA file. The Unarchiver can open LZMA files on a Mac, and B1 Free Archiver is a similar LZMA file opener for Windows, Linux, macOS, and Android. To open a TAR file that's tucked away in an LZMA archive might require two steps: extracting the TAR file from the LZMA and then unpacking the data from the TAR file. Some decompression programs combine these steps into one, making the process a little easier. In a Unix terminal, you can see this two-step process in a single command execution. Data in a TAR file can be unpacked from an LZMA archive using the following command (replace file.tar.lzma with your own LZMA file):tar --lzma -xvpf file.tar.lzma If that doesn't work, you probably don't have lzma installed. Use this command to install it if you think that's the case:
sudo apt-get install lzma If you find that a program on your computer tries to open the LZMA file but it's the wrong application, or if you'd just rather use a different one to open LZMA files, see our How to Change the Default Program for a Specific File Extension guide for making that change (in Windows).