Answers for "how to unzip tar.xz file on ubuntu"

11

extract tar.xz ubuntu

tar -xf file.tar.xz
Posted by: Guest on November-30-2019
15

extract a tar.xz file linux

tar -xf filename.tar.xz
Posted by: Guest on July-05-2020
-1

unzip .tar.xz

compress : tar cfJ file.tar.xz myFile

decompress : tar -xJf file.tar.xz
Posted by: Guest on April-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language