Install VSCode on Kali Linux – Easiest Way

There are a lot of different code editors out there, but lately, many developers have found a liking for Visual Studio Code. I personally switched over to VSCode from Atom and Sublime a while ago and I am not looking back. VSCode is such an awesome piece of software (and it’s completely free, too), that I don’t need to use anything else for my daily needs. In this tutorial, I show you how to install VSCode on Kali Linux.

Should you also happen to need assistance in installing Kali Linux on Windows – I got just the guide for you.

👀 This Tutorial has some related Articles!
👉 How to get started in Cyber Security – The Complete Guide
👉 How to get started with Bug Bounties
👉 Terminal Customization Series
👉 Best Ethical Hacking Books
👉 Download Kali Linux Safe & Easy
👉 Best Ethical Hacking Tools
👉 Install VSCode on Kali Linux
👉 Dual Boot Kali Linux with Windows
👉 Install Kali Linux on VirtualBox – Complete Beginner Guide
👉 Top Things to do after installing Kali Linux
👉 WiFi Adapter for Kali Linux – The Ultimate Guide
👉 Nmap Beginner Guide Series
👉 Metasploit Tutorial Series
👉 Burp Suite Beginner Guide

Table of Contents

Install VSCode on Kali Linux - Quic...
Install VSCode on Kali Linux - Quick & Easy

Step 1 – Downloading the VSCode package

The easiest way to install VSCode on Kali Linux is by downloading the VSCode deb. package and installing it via Apt. By doing it this way, you are automatically installing the apt repository that is necessary to automatically update VSCode, which is what we want.

On your Kali machine, head over to the VSCode Downloads Page and select the .deb file to install VSCode.

Downloading VSCode on Kali Linux
Downloading VSCode on Kali Linux

The file will now be saved inside your Downloads folder.

Step 2 – Install VSCode on Kali Linux

Once downloaded, we need to install VSCode on Kali Linux. Gladly, that’s very easy now. Open up your Kali Terminal by clicking on the icon and navigate to the Downloads folder.

cd Downloads
sudo apt install ./code_amd64.deb

Make sure to select the file you have downloaded for this.

Install VSCode on Kali Linux
Install VSCode on Kali Linux

This is all that you need to do to install VSCode on Kali Linux – No importing repositories or messing around with GPG keys!

Step 3 – Starting VSCode

And that’s it already! You can now start VSCode on Kali Linux via the App menu.

Install VSCode on Kali Linux
Install VSCode on Kali Linux

Step 4 – Update VSCode on Kali Linux

VSCode usually notifies you if an update is available while using the app, but since we installed it in a way that also installed the apt repository, we can simply update VSCode by using apt.

sudo apt update -y && sudo apt upgrade -y

This will also bring VSCode to the latest version.

Conclusion

And there you have it. That’s as easy as it gets. Now you are able to use VSCode in Kali Linux. I really enjoy working with VSCode because of its ease of use and because of its extensive extension library.

There are extensions for almost anything you can think of, from colored bracket pairs to syntax auto-completion et cetera. On top of that, it runs really fast and had never even once crashed on me. It is also fully integrated with Git, making it very easy to work with your Git repository.

Once you get used to using Virtual Studio Code, you probably will not go back to your old editor (except, your old editor is VIM of course!), but that’s a whole topic on its own.

Check out some more related tutorials:
Install WSL 2 on Windows – Complete Beginner Guide
Customizing WSL 2 and Windows Terminal
Install Kali Linux in Dual Boot with Windows
The BEST Hacking Books to learn Hacking!
Top Things to do after Installing Kali Linux

29 thoughts on “Install VSCode on Kali Linux – Easiest Way”

  1. Thanks it worked..
    I downloaded the deb package like a week ago,had difficulty finding an “Install” option😂.. terminal is key with linux.
    You should do more linux related tutorials🤷‍♀️

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Share via
Copy link
Powered by Social Snap