← All Notes
journal

How to Update VS Code Installed from a .deb Package

Update system package information

We refresh system package lists first to make sure we get the latest version:

sudo apt update

Upgrade only vscode

Once system is up up date we can upgrade Vscode:

sudo apt install --only-upgrade code