Answers for "unzip xz file linux"

13

extract a tar.xz file linux

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

unzip tar.xz linux

tar -xf archive.tar.xz -C /home/linuxize/files
Posted by: Guest on October-12-2020
0

unzip xz file linux

sudo apt-get install xz-utils
unxz filename.xz
Posted by: Guest on January-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language