3
3

More than 3 years have passed since last update.

Lenovo Chromebook Duet にオフィシャルの VS Code Insider をインストールする

Last updated at Posted at 2020-09-12

準備

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install libnss3 libxkbfile1 libsecret-1-0 libnspr4 libsecret-common xsel

VS Code Insiderをインストールする

Produce official ARM and ARM64 builds #106289
https://github.com/microsoft/vscode/pull/106289#issuecomment-691076575

上記のARM64のdebパッケージをダウンロードしてインストールする。

$ wget https://update.code.visualstudio.com/latest/linux-deb-arm64/insider
$ sudo dpkg -i insider

起動してみる

$ code-insider

image.png

3
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3