How to install Visual Studio Code on Linux Mint 21 vanessa or any other Ubuntu-based Linux distribution with a Debian file format
Alexandre Calaça
1 min read
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!
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.
1
Subscribe to my newsletter
Read articles from Alexandre Calaça directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
Alexandre Calaça
Alexandre Calaça
I'm a passionate software developer.