About 113,000 results
Open links in new tab
  1. How do I install Visual Studio Code? - Ask Ubuntu

    Apr 29, 2015 · I just downloaded VSCode-linux-x64 from the Microsoft website. It's a 62 MB zip file. How can I install it on my Ubuntu system?

  2. How can I update Visual Studio Code on Ubuntu?

    Oct 5, 2016 · I downloaded the .tar.gz version of VS Code for Ubuntu (64-bit) and have been able to run it smoothly for some time. Some extensions have been installed too. How can I …

  3. 24.04 - Remove VS Code in WSL - Ask Ubuntu

    Sep 15, 2024 · After typing code . in WSL running Ubuntu 24.04, VS Code automatically installed itself. I am now trying to uninstall it, but cannot find it anywhere. sudo apt purge code, sudo apt …

  4. I am having problem installing VS Code on Ubuntu 24.04

    May 28, 2024 · If you want to install a deb package using command line, use the apt instead of dpkg to manage all the dependencies automatically. sudo apt install ./path/to/package.deb …

  5. How do I uninstall Visual Studio Code? - Ask Ubuntu

    May 12, 2016 · AFAIK on Ubuntu this is practically the same as apt solution (perhaps more low level than APT method). However, I believe this is better solution if you have installed VS code …

  6. How to download and install Visual Studio Code on Ubuntu 14.04.5?

    Feb 8, 2017 · sudo apt-get install -f More information -> Running VS Code on Linux Note : The direct download links and the file names are valid as of writing this answer today. They will …

  7. Installing VS Code on Ubuntu 20.04 with auto updates

    Jul 24, 2021 · Installing VS Code on Ubuntu 20.04 with auto updates [duplicate] Ask Question Asked 4 years, 4 months ago Modified 3 years, 8 months ago

  8. software center - Can't install VS Code - Ask Ubuntu

    Apr 21, 2017 · I'm trying to install Visual Studio Code, I downloaded deb file and run it. Ubuntu Software was opened but unfortunately when I tried to click install button nothing happened …

  9. snap - VS Code is not working - Ask Ubuntu

    Jun 6, 2024 · 0 Try to download the deb package and then install it. I also have had problems with the snap vs code for a week, but the deb one just works fine. If you insist on using the snap …

  10. How to install Visual Studio Code in Ubuntu? [duplicate]

    Mar 9, 2019 · 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.