Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have installed VS Code using Ubuntu Make, how do I update it to the latest version?

0

1 Answer

This has been extensively discussed on this upstream issue (and its duplicate) a while ago.

Basically, the philosophy is that the upstream tool has a better idea on how to update itself than us, so we let it (and that's why we don't install it in a zone requesting root access. For instance, all JetBrains' based IDEs like IntelliJ, PyCharm and Android Studio have their own update optimization, downloading only the requested delta (can be few megabytes instead of the whole IDE) and dealing with configuration migration.

So, the vast majority of frameworks and IDEs supported by Ubuntu Make should just be updatable via the auto-update mechanism in the tool itself. For others not supporting those, the easiest way is to reinstall it (with the same command you use to install it first). Ubuntu Make will catch the current installation path (even if you modified it), will warn you that it's not empty and will download latest available version (with optionally new requirements). If all that is fine, it will replace the older version with the new one.

Just a note, be use to grab the Ubuntu Make ppa if you are not running the development serie in case the upstream web pages parsing changed.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy