How to install Visual Studio Code on Linux Mint 21 vanessa or any other Ubuntu-based Linux distribution with a Debian file format

How to install Visual Studio Code on Linux Mint 21 vanessa or any other Ubuntu-based Linux distribution with a Debian file format


Go to the site

https://code.visualstudio.com/docs/setup/linux

Download


Choose .deb


Install VS Code

sudo apt install gdebi

Using gdebi is a convenient way to handle .deb file installations because it automatically resolves dependencies and ensures that the package is properly integrated with your system.


Install

sudo gdebi ~/Downloads/code_1.82.2-1694671812_amd64.deb

Output


Check installation

Through version

code --version

Output


Through the executable file's path

which code

Output


Through post-installation run

code &

Output


Done


Celebrate

You've made it!

The Office GIF - The Office Happy - Discover & Share GIFs


Let's become friends


Final thoughts

I hope this article has been helpful to you. Please feel free to reach out if you have any questions. Your thoughts, suggestions, and corrections are more than welcome.

By the way, don't hesitate to drop your suggestions for new blog articles.

I look forward to seeing you next time.