LoginSignup
0
0

More than 3 years have passed since last update.

Ubuntu20.04にVisual Studio Codeをインストール

Last updated at Posted at 2020-07-03

作業ログです

★snapパッケージを利用する
marcy0713@Inspiron-11-3162:~$ sudo snap install --classic code
[sudo] marcy0713 のパスワード:
code 5763d909 from Visual Studio Code (vscode✓) installed
marcy0713@Inspiron-11-3162:~$
marcy0713@Inspiron-11-3162:~$ snap list
Name Version Rev Tracking Publisher Notes
code 5763d909 33 latest/stable vscode✓ classic
core 16-2.45 9289 latest/stable canonical✓ core
core18 20200427 1754 latest/stable canonical✓ base
gnome-3-34-1804 0+git.3009fc7 33 latest/stable/… canonical✓ -
gtk-common-themes 0.1-36-gc75f853 1506 latest/stable/… canonical✓ -
snap-store 3.36.0-80-g208fd61 454 latest/stable/… canonical✓ -
snapd 2.45 7777 latest/stable canonical✓ snapd
marcy0713@Inspiron-11-3162:~$
marcy0713@Inspiron-11-3162:~$ /snap/bin/code --version
1.45.1
5763d909d5f12fe19f215cbfdd29a91c0fa9208a
x64
marcy0713@Inspiron-11-3162:~$

★シンボリックリンク作成
marcy0713@Inspiron-11-3162:~$ sudo ln -s /path/to/vscode/Code /usr/local/bin/code

0
0
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
0
0