To open or extract *.tar.lzma file: 1. download and install lzma: (in debian only, this process will be minor different in other linux distribution) apt-get install lzma 2. unpack the file: tar --lzma -xvpf filename.tar.lzma
↧