Skip to main content

Command Palette

Search for a command to run...

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

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

I'm a passionate software developer.


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.


A

Other articles can be found here: https://blog.alexandrecalaca.com/all-articles

More from this blog

Alexandre Calaça's Blog

265 posts

I'm a passionate software engineer with a deep love for turning complex problems into elegant solutions through code.