How to Update VScode in Linux - Debian

amphilip

Philip Mac

Posted on May 13, 2023

How to Update VScode in Linux - Debian

As a new user in linux - debian from Windows, i had some couple of issues updating some program specifically VScode.

it's so simple
Open terminal or press ctrl+alt+t to open the Terminal

Then type this command:

sudo apt-get install code
Enter fullscreen mode Exit fullscreen mode

that's it. Pretty simple right!!

Happy Coding :) 😊

💖 💪 🙅 🚩
amphilip
Philip Mac

Posted on May 13, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related