DEV Community

Philip Mac
Philip Mac

Posted on

1

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 :) 😊

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay