How to install Visual Studio Code in Ubuntu? [duplicate]How do I install Visual Studio Code?Install VSCode on Ubuntu 19.04How to run Visual Studio Code as rootWhat is the classic mode of snap, and why do some snaps not install without it (e.g. MS Visual Studio)?Visual Studio Code wont launch after installingHow add extensions to Visual Studio Code through command line?Visual Studio Code doesn't start anymorevscode activity titled 'Visual Studio Code - URL Handler'
How do you say "to play Devil's advocate" in German?
Color coding Alerts
Finding how much time it takes for a complete Earth revolution around the Sun
What is the difference between "more" and "less" commands?
How do I recover from a cryptocurrency scam?
Is "You are influencing your negative behavior over me" grammatically well-formed and natural-sounding to native speakers?
Stack Exchange Answerer
How can baseline humanity survive on its own in the future?
Writing style in academic English
How do you help a new player evaluate complex multiclassing options without driving them and yourself crazy?
If the second hand goes backwards, starting from 12:00, how long does it take to meet with the minute hand?
Is it possible to write Quake's fast InvSqrt() function in Rust?
How to change usergroup?
Is there ever a Kunneth isomorphism just for powers?
How can I deal with my coworkers using unknown jargon and acronyms?
GIMP using command line
Do fresh chilli peppers have properties that ground chilli peppers do not?
Spirit guardians and iron golems
can i hook up a single phase switch to a electric wood splitter?
Do the holes in Jacquard loom punched cards represent input data or program code?
A story in which God (the Christian god) is replaced
Convex subsets of an open set
How to verify router firmware is legit?
How can I rotate a spherical texture without getting a distortion?
How to install Visual Studio Code in Ubuntu? [duplicate]
How do I install Visual Studio Code?Install VSCode on Ubuntu 19.04How to run Visual Studio Code as rootWhat is the classic mode of snap, and why do some snaps not install without it (e.g. MS Visual Studio)?Visual Studio Code wont launch after installingHow add extensions to Visual Studio Code through command line?Visual Studio Code doesn't start anymorevscode activity titled 'Visual Studio Code - URL Handler'
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
This question already has an answer here:
How do I install Visual Studio Code?
13 answers
I am using Ubuntu 18.04, and I need to install Visual Studio Code in my machine i tried:
sudo snap install --classic vscode
but it didn't work.
software-installation snap visual-studio-code
marked as duplicate by karel, Parto, Kulfy, Eliah Kagan, pomsky Sep 26 at 13:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
This question already has an answer here:
How do I install Visual Studio Code?
13 answers
I am using Ubuntu 18.04, and I need to install Visual Studio Code in my machine i tried:
sudo snap install --classic vscode
but it didn't work.
software-installation snap visual-studio-code
marked as duplicate by karel, Parto, Kulfy, Eliah Kagan, pomsky Sep 26 at 13:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37
add a comment
|
This question already has an answer here:
How do I install Visual Studio Code?
13 answers
I am using Ubuntu 18.04, and I need to install Visual Studio Code in my machine i tried:
sudo snap install --classic vscode
but it didn't work.
software-installation snap visual-studio-code
This question already has an answer here:
How do I install Visual Studio Code?
13 answers
I am using Ubuntu 18.04, and I need to install Visual Studio Code in my machine i tried:
sudo snap install --classic vscode
but it didn't work.
This question already has an answer here:
How do I install Visual Studio Code?
13 answers
software-installation snap visual-studio-code
software-installation snap visual-studio-code
edited Sep 20 at 16:59
Pablo A
4,6153 gold badges24 silver badges50 bronze badges
4,6153 gold badges24 silver badges50 bronze badges
asked Mar 9 at 10:59
user10925558user10925558
133 bronze badges
133 bronze badges
marked as duplicate by karel, Parto, Kulfy, Eliah Kagan, pomsky Sep 26 at 13:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Parto, Kulfy, Eliah Kagan, pomsky Sep 26 at 13:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Parto, Kulfy, Eliah Kagan, pomsky Sep 26 at 13:35
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37
add a comment
|
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37
add a comment
|
3 Answers
3
active
oldest
votes
To install Visual Studio Code Ubuntu 18.04, ust press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
Source.
add a comment
|
After 18.04
version, the following one-line terminal code works well.
sudo snap install code --classic
add a comment
|
In addition to Mitch's answer:
If you are not best friends with your shell (yet), you can also just visit Visual Studio Code home page and click on their download link.
When downloaded, you can double-click the .deb file which will open the Ubuntu Software Center and let you install vscode using a graphical interface.
add a comment
|
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
To install Visual Studio Code Ubuntu 18.04, ust press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
Source.
add a comment
|
To install Visual Studio Code Ubuntu 18.04, ust press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
Source.
add a comment
|
To install Visual Studio Code Ubuntu 18.04, ust press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
Source.
To install Visual Studio Code Ubuntu 18.04, ust press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo apt update
sudo apt install software-properties-common apt-transport-https wget
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt install code
Source.
edited Sep 20 at 17:15
Pablo A
4,6153 gold badges24 silver badges50 bronze badges
4,6153 gold badges24 silver badges50 bronze badges
answered Mar 9 at 11:16
Mitch♦Mitch
90.4k15 gold badges182 silver badges242 bronze badges
90.4k15 gold badges182 silver badges242 bronze badges
add a comment
|
add a comment
|
After 18.04
version, the following one-line terminal code works well.
sudo snap install code --classic
add a comment
|
After 18.04
version, the following one-line terminal code works well.
sudo snap install code --classic
add a comment
|
After 18.04
version, the following one-line terminal code works well.
sudo snap install code --classic
After 18.04
version, the following one-line terminal code works well.
sudo snap install code --classic
edited Sep 20 at 17:06
Pablo A
4,6153 gold badges24 silver badges50 bronze badges
4,6153 gold badges24 silver badges50 bronze badges
answered Sep 20 at 16:43
itsnotmyrealnameitsnotmyrealname
1921 silver badge9 bronze badges
1921 silver badge9 bronze badges
add a comment
|
add a comment
|
In addition to Mitch's answer:
If you are not best friends with your shell (yet), you can also just visit Visual Studio Code home page and click on their download link.
When downloaded, you can double-click the .deb file which will open the Ubuntu Software Center and let you install vscode using a graphical interface.
add a comment
|
In addition to Mitch's answer:
If you are not best friends with your shell (yet), you can also just visit Visual Studio Code home page and click on their download link.
When downloaded, you can double-click the .deb file which will open the Ubuntu Software Center and let you install vscode using a graphical interface.
add a comment
|
In addition to Mitch's answer:
If you are not best friends with your shell (yet), you can also just visit Visual Studio Code home page and click on their download link.
When downloaded, you can double-click the .deb file which will open the Ubuntu Software Center and let you install vscode using a graphical interface.
In addition to Mitch's answer:
If you are not best friends with your shell (yet), you can also just visit Visual Studio Code home page and click on their download link.
When downloaded, you can double-click the .deb file which will open the Ubuntu Software Center and let you install vscode using a graphical interface.
edited Sep 20 at 17:15
Pablo A
4,6153 gold badges24 silver badges50 bronze badges
4,6153 gold badges24 silver badges50 bronze badges
answered Jul 8 at 20:59
oliverjkboliverjkb
1267 bronze badges
1267 bronze badges
add a comment
|
add a comment
|
Could you add more detail about why it didn't work?
– Pablo A
Sep 20 at 17:09
I think you were following one of the answer which was written in 2017. However in 2019, Microsoft released an official snap package due to which the older one was abandoned. This was already included in one of the comment. I have updated the package name in the answer.
– Kulfy
Sep 24 at 14:37