I downloaded cevelop-1.14.1-202002280945-linux.gtk.x86_64.tar.gz and extract the tar.gz file by a command below. I got an error.
The tar.gz file extraction command:
tar -xvf cevelop-1.14.1-202002280945-linux.gtk.x86_64.tar.gz
Error message.
I tried ‘-z’ option.
tar -xzvf cevelop-1.14.1-202002280945-linux.gtk.x86_64.tar.gz
I got almost the same error message. So, I check its file type by ‘file’ command.
file cevelop-1.14.1-202002280945-linux.gtk.x86_64.tar.gz
I got the message below.
Looks like this file was not compressed file. The file is just a text file. Please let me know if you have a different opinion about this.