「Ubuntu」に「Chromeリモートデスクトップ」をインストールしました。
インストール方法を紹介します。
目次
GoogleChromeをインストール
まずはブラウザ「GoogleChrome」をインストールします。
あわせて読みたい

Google Chrome - Download the Fast, Secure Browser from Google
Get more done with the new Google Chrome. A more simple, secure, and faster web browser than ever, with Google’s smarts built-in. Download now.
ダウンロードして実行すればそのままインストールできます。
「Chromeリモートデスクトップ」をインストール
「Chromeリモートデスクトップ」は、LinuxではWindowsのようにブラウザからインストールするだけでは上手くいかないケースがあります。
ターミナルを使ってインストールしました。
:~$ sudo apt install -y wget && bash <(wget -qO- https://raw.githubusercontent.com/KeithIMyers/Chrome-Remote-Desktop-Ubuntu-Setup/master/chrome-remote-desktop-setup.sh)
ダウンロードしたファイルを実行すればインストール完了です。
ブラウザで「Chromeリモートデスクトップ」にアクセスします。
「Chromeリモートデスクトップ」が起動している事を確認できます。
これでインストール完了です。
