How to update VS code to the latest version in Ubuntu? [duplicate]
This question already has an answer here:
How to update VS Code on Ubuntu?
9 answers
I saw many solutions like
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Buts its not too good.
I want to update VS code in Ubuntu in a single command.
upgrade visual-studio-code
marked as duplicate by karel, Charles Green, Melebius, N0rbert, Elder Geek Jan 25 at 19:29
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 to update VS Code on Ubuntu?
9 answers
I saw many solutions like
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Buts its not too good.
I want to update VS code in Ubuntu in a single command.
upgrade visual-studio-code
marked as duplicate by karel, Charles Green, Melebius, N0rbert, Elder Geek Jan 25 at 19:29
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.
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
1
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20
add a comment |
This question already has an answer here:
How to update VS Code on Ubuntu?
9 answers
I saw many solutions like
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Buts its not too good.
I want to update VS code in Ubuntu in a single command.
upgrade visual-studio-code
This question already has an answer here:
How to update VS Code on Ubuntu?
9 answers
I saw many solutions like
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
sudo dpkg -i /tmp/code_latest_amd64.deb
Buts its not too good.
I want to update VS code in Ubuntu in a single command.
This question already has an answer here:
How to update VS Code on Ubuntu?
9 answers
upgrade visual-studio-code
upgrade visual-studio-code
asked Jan 24 at 6:53
Dheeraj RaoDheeraj Rao
1
1
marked as duplicate by karel, Charles Green, Melebius, N0rbert, Elder Geek Jan 25 at 19:29
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, Charles Green, Melebius, N0rbert, Elder Geek Jan 25 at 19:29
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.
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
1
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20
add a comment |
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
1
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
1
1
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20
add a comment |
1 Answer
1
active
oldest
votes
It's too simple.
sudo apt-get install --only-upgrade code
Moreover, the--only-upgrade
is likely not necessary.
– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's too simple.
sudo apt-get install --only-upgrade code
Moreover, the--only-upgrade
is likely not necessary.
– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
add a comment |
It's too simple.
sudo apt-get install --only-upgrade code
Moreover, the--only-upgrade
is likely not necessary.
– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
add a comment |
It's too simple.
sudo apt-get install --only-upgrade code
It's too simple.
sudo apt-get install --only-upgrade code
answered Jan 24 at 6:54
Dheeraj RaoDheeraj Rao
1
1
Moreover, the--only-upgrade
is likely not necessary.
– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
add a comment |
Moreover, the--only-upgrade
is likely not necessary.
– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
Moreover, the
--only-upgrade
is likely not necessary.– Melebius
Jan 24 at 15:26
Moreover, the
--only-upgrade
is likely not necessary.– Melebius
Jan 24 at 15:26
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
yeah, I saw. thanks for information
– Dheeraj Rao
Jan 25 at 11:59
add a comment |
I had already mentioned about that. see my description. That's all answers doesn't meet my expectation.
– Dheeraj Rao
Jan 24 at 7:40
1
And askubuntu.com/a/905895/760903 or askubuntu.com/a/1016764/760903 don't? Read them carefully
– Olorin
Jan 24 at 7:49
thanks. I didn't saw. Look forward
– Dheeraj Rao
Jan 24 at 10:20