VS CODE for Ubuntu16.04取付


周りのパパイヤたちがVS CODEを使っているのを見てまあまあと思い、穴に入ることにしました
度娘の上でVS CODE Ubuntuインストールを検索します
次のように

Ubuntu16.04 VSコードをインストールする


Ubuntuの下にVisual Studioコードをインストール
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake web visual-studio-code

でも最後の一歩は情報が間違っていない
rezin@rezin-IdeaCentre-B540p:~$ umake web visual-studio-codeusage: umake web [-h] {phantomjs,firefox-dev} ...umake web: error: argument framework: invalid choice: 'visual-studio-code' (choose from 'phantomjs', 'firefox-dev')
スキーマの競合
もう一度検索してみんなのコメントを見つけます
[1]
北京からのFirefox 54.0|Ubuntuユーザーが2017-08-13 20:16に発表したコメント:
2賛回答
ERROR: Package requirements can't be met: [Errno 1] Operation not permitted
インストール中にこのエラーが発生しました.どうやって解決しますか?
上海上海大学からのFirefox 55.0|Ubuntuユーザー
2017-08-18 15:55
コメント
sudoやってみる
sudo後はまだダメなのでvs公式サイトに行って解決策を探します

Installation


Debian and Ubuntu based distributions


The easiest way to install for Debian/Ubuntu based distributions is to download and install the .deb package (64-bit) either through the graphical software center if it's available or through the command line with:
sudo dpkg -i .deb
sudo apt-get install -f # Install dependencies

Installing the .deb package will automatically install the apt repository and signing key to enable auto-updating using the regular system mechanism. Note that 32-bit and .tar.gz binaries are also available on the download page.
The repository and key can also be installed manually with the following script:
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'

Then update the package cache and install the package using:
sudo apt-get update
sudo apt-get install code # or code-insiders

マイクロソフトの古い鉄はやはり最も簡単なのはdebインストールパッケージをダウンロードしてインストールすることを提案します
ダウンロードして直接ダブルクリックして開けて、installをクリックして直接詰めました