“Jak zainstalować kod Visual Studio w Ubuntu” Kod odpowiedzi

Zainstaluj wiersz poleceń VSCode Ubuntu

sudo snap install --classic code
Successful Starling

Jak zainstalować kod Visual Studio w Ubuntu

This is actually way easier than the answer  me what you do is -
sudo apt get-update
then run - sudo apt install code
Yuvan Ramesh

Jak zainstalować kod vs na Ubuntu

sudo snap install code --classic
Real Rat

Jak zainstalować kod Visual Studio na Ubuntu Linux

# Update the packages index and install the dependencies by running the following 
# command as a user with sudo privileges :
       ==> sudo apt update
       ==> sudo apt install software-properties-common apt-transport-https wget

# Import the Microsoft GPG key using the following wget command :
	   ==> wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -

# And enable the Visual Studio Code repository by typing:
	   ==> sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"

# Once the apt repository is enabled , install the Visual Studio Code package:
	   ==> sudo apt install code
        
# When a new version is released you can update the Visual Studio Code package 
# through your desktop standard Software Update tool or by running the following commands in your terminal:

       ==> sudo apt update
       ==> sudo apt upgrade
       
// With love @kouqhar
kouqhar

kod wizualny Ubuntu

curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt install apt-transport-https
sudo apt update
sudo apt install code
feddynventor

Zainstaluj Visual Studio na Ubuntu

wget -qO- https://raw.githubusercontent.com/Botspot/pi-apps/master/install | bash ##installs Pi-Apps
##Go to "editors" and select Visual Studio.
##it will take a bit to download.
Itchy Ibex

Odpowiedzi podobne do “Jak zainstalować kod Visual Studio w Ubuntu”

Pytania podobne do “Jak zainstalować kod Visual Studio w Ubuntu”

Więcej pokrewnych odpowiedzi na “Jak zainstalować kod Visual Studio w Ubuntu” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu