Back to Notes

avatar
Nishant Singh

Software Developer

Update VS Code in any Debian Based Distro using apt
Wed Feb 05 2025 00:00:00 GMT+0000 (Coordinated Universal Time)

If you have installed VS Code by manually downloading the .deb file the chances are the automatic updates are not being installed and you have to update your VS Code manually from the website, but it is possible to update it just via apt without downloading and installing the laste version again and again from the website.

Just do the following -

sudo apt update

-Install VS Code:

sudo apt install code

Done!!