-
Hi, I have installed 1.3 via .deb file. Can I install the 1.4 uncompressing quarto-1.4.11-linux-amd64.tar.gz, renaming Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
You can always list the contents of a tarball with
As you can see, the contents are all inside
So just download the other tarballs and run them from their respective directories. |
Beta Was this translation helpful? Give feedback.
-
I guess the tools https://github.com/dpastoor/qvm is also a good way to install and switch between several quarto versions |
Beta Was this translation helpful? Give feedback.
You can always list the contents of a tarball with
tar t
, like so: