Quote from: Keith on May 20, 2023, 03:23:42 PMRich,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 Ex...
Quote from: Keith on May 20, 2023, 03:23:42 PMRich,
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 Selectsudo 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.ta...