1
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 1 year has passed since last update.

ラズパイにvscodeを入れる方法(raspbianとubuntu)

Last updated at Posted at 2023-01-16

raspbianの場合

$ sudo apt install code

ubuntuの場合

(1)下記サイトにアクセス。
https://code.visualstudio.com/Download

(2).debArm64をダウンロード(ラズパイはArm64のプロセッサが使用されているため)
68747470733a2f2f71696974612d696d6167652d73746f72652e73332e61702d6e6f727468656173742d312e616d617a6f6e6177732e636f6d2f302f333131333732342f33363761373432622d343564362d653665662d343938372d373132313.png

(3)先ほどダウンロードしたディレクトリに移動

$ cd Download

(4)dpkgコマンド実行
code_1.74.3-1673284080_arm64.debの所はダウンロードパッケージ名
-iオプションはインストールの略(詳しくは
https://qiita.com/sei_yu/items/d3267c91b47198279a7e
を参照)

$ dpkg -i code_1.74.3-1673284080_arm64.deb
$ (sudo apt install code_1.74.3-1673284080_arm64.deb)←こっちでも可能
1
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
1
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?