Google Chromebook

Install Microsoft Visual Code on Google Chromebook

Playing more with the Google Chromebook I was also able to install Microsoft Visual Code on my Chromebook and it works great 🙂

1
2
3
4
5
6
7
# Install VisualCode
sudo curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo curl -L https://go.microsoft.com/fwlink/?LinkID=760868 > code.deb
sudo apt-get install libxss1 libasound2 -y
sudo dpkg -i code.deb
sudo apt --fix-broken install -y
sudo dpkg -i code.deb

It will place a shortcut on your Chromebook for easy access. Happy Coding !

Leave a Reply