Rich,You need to tell the tar command that the file is compressed so needs to be uncompressed, by using the -z option along with the others. So "xvfz" not just "xvf":Code Select Expandsudo tar xvfz Artec-Ultima-2000-firmware.t...
Rich,You need to tell the tar command that the file is compressed so needs to be uncompressed, by using the -z option along with the others. So "xvfz" not just "xvf":
Code Select
sudo tar xvfz Artec-Ultima-2000-firmware.tar.gz
Another thing: Where actually is your file? Your command:Richard@richard-H310M-S2V-2-0:~$ sudo tar xvf Artec-Ultima-2000-firmware.tar.gz
assumes the file is (I think)...