sudo tar -zxvf quarto.tar.gz fails

Hi,

I am trying to install quatro on my ubuntu 20 server., using the steps given here:
https://docs.posit.co/resources/install-quarto/#quarto-tar-file-install

Have successfully managed to received the tar file but the step to uncompress it seems to give the following error:

$  sudo tar -zxvf quarto.tar.gz     -C "/opt/quarto/${QUARTO_VERSION}"     --strip-components=1

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Here is the ls output of the directory where the tar file is downloaded:

$ ls -l
total 75672
-rw-r--r-- 1 root root 77484046 Feb  8 16:03 quarto.tar.gz

What's going wrong?

Which Quarto version you have downloaded?

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.