-
Notifications
You must be signed in to change notification settings - Fork 352
Document how to maintain your Quarto version #5047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this topic can also cover some missing part in the documentation regarding what we bundle and publish or other side project that helps with this Specific to windows user
All OS
Probably worth mentioning somewhere these options if we document how to update or downgrade. |
On Ubuntu (and probably on other Debian-like Linux distros), I "update" Quarto by purging the existing one: sudo dpkg --purge quarto (That might complain, meh, c'est la vie avec Linux.) Then I download the latest sudo apt install /path/to/package/name.deb which is silly because |
Also FWIW, there is already a page about how to install Quarto on Linux in one of the Posit's pro product doc. This should probably be moved and linked to, or at least copied to @ttmc In this doc, and this is also what I do, we use $ sudo gdebi quarto-linux-amd64.deb I believe it handles for you the uninstallation / overwrite Though, I believe $ sudo apt install ./quarto-linux-amd64.deb |
@cderv One can use |
It believe it does install over an existing package without the need of uninstalling the previous. At least it does in my ubuntu environment |
Question: Does the behavior of this method differ from installing a new one over an existing install, eg, |
Adding another example from slack:
Some answers:
|
@helmingstay I start with The manpage for "Installation consists of the following steps:
Therefore what happens depends on the contents of the old |
Related to #4505 |
With an upcoming release, it would be nice to be able to point people to some documentation on what it means to upgrade Quarto.
For instance, RStudio users who rely on the bundled Quarto, may have never installed Quarto themselves. Should they install 1.3, or should they wait for a version of RStudio that bundles it? Do they need to do anything if they install 1.3 now, but later install RStudio with a more recent version of Quarto?
We might include:
The text was updated successfully, but these errors were encountered: