2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

raspberry pi 3B+ buster に vscodeをインストールした

Last updated at Posted at 2019-10-15

vscode が、htmlやcssを書くのに、便利なので、raspberrypiにインストールしたかったのだが、ずっと失敗してました

今回、raspberry pi の公式サイトで、成功例があったので、その通りやってみたら、成功したので報告
Ihave suceeded install visualstudio code on raspberrypi buster

$ uname -a
Linux raspi_name 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux

$ cd ~
$ wget https://github.com/stevedesmond-ca/vscode-arm/releases/download/1.28.2/vscode-1.28.2.deb
$ sudo apt install ./vscode-1.28.2.deb

Note that later versions intended for a PI may not work and Visual Studio Code has gone to 64-bit only so the very latest versions won't run

2
1
0

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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?