Answers for "delete .tar.xz apps from linux"

2

uncompress tar.xz linux

tar -xvf file_name.tar.xz
Posted by: Guest on April-07-2021
8

extract a tar.xz in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language