How to update VS code to the latest version in Ubuntu? [duplicate]












0
















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.










share|improve this 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
















0
















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.










share|improve this 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














0












0








0









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.










share|improve this question















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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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










1 Answer
1






active

oldest

votes


















0














It's too simple.



sudo apt-get install --only-upgrade code





share|improve this answer
























  • 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


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














It's too simple.



sudo apt-get install --only-upgrade code





share|improve this answer
























  • 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
















0














It's too simple.



sudo apt-get install --only-upgrade code





share|improve this answer
























  • 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














0












0








0







It's too simple.



sudo apt-get install --only-upgrade code





share|improve this answer













It's too simple.



sudo apt-get install --only-upgrade code






share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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



Popular posts from this blog

How to change which sound is reproduced for terminal bell?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Can I use Tabulator js library in my java Spring + Thymeleaf project?