How to install Visual Studio Code on Linux

Опубликовано: 11 Февраль 2026
на канале: GyaanByte
44
5

#visualcode #code #editor


About Visual Studio Code--
Visual Studio Code is a free source-code editor made by Microsoft for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.




Process--


step-1 install the package
*-sudo apt update
*-sudo apt install curl gpg software-properties-common apt-transport-https

step-2 Import Microsoft GPG key to your Kali Linux:

*-curl -sSL https://packages.microsoft.com/keys/m... | sudo apt-key add -

step-3 Then add APT repository for VS Code to Kali Linux:

*- echo "deb [arch=amd64] https://packages.microsoft.com/repos/... stable main" | sudo tee /etc/apt/sources.list.d/vscode.list

step-4 Finally install Visual Studio Code on Kali Linux:

*-sudo apt update
*-sudo apt install code

Recent Videos--
Develope A Website----------    • [ Full Explained ]Make a clean and respons...  




profile card with css ------    • [CSS profile card] Interactive UI profile ...  




login page with css ----------    • Aninated Login and signup form using Html ...  




how to hack types video ------------    • Video  


daily projects-------    • Analog Clock Using Html,CSS and JavaScript...