How to Install Chrome Remote Desktop on Ubuntu 18.04

Prerequisites and Installing Chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.debsudo dpkg -i google-chrome-stable_current_amd64.deb

Installing Chrome Remote Desktop

After launching Chrome Remote Desktop for the first time
sudo dpkg -i ~/Downloads/chrome-remote-desktop_current_amd64.debsudo apt-get install -f
Fix missing dependencies and complete the installation

Adding Groups

sudo usermod -a -G chrome-remote-desktop $USERsudo reboot
Adding user to the chrome-remote-desktop group

Monkey Patching Chrome Remote Desktop

Final Launch

Overview of Steps

I like code. https://github.com/vsimon

Love podcasts or audiobooks? Learn on the go with our new app.

Recommended from Medium

Introduction to Test-Driven Development (TDD) and AAA Testing Using xUnit

4 reasons no one want to play scrum master

Infrastructure evolves and at the same time brings new challenges.

Using Terraform to build a serverless Airflow via Amazon Managed Workflows and automatic DAG sync…

How to add CORS to the Dart server

This Thanksgiving I’m Thankful For:

GCP Professional Cloud Developer Deep Dive notes. Preparing for the exam

RxJava 1 -> RxJava 2 (Disposing Subscriptions)

Vicken Simonian

Vicken Simonian

I like code. https://github.com/vsimon

More from Medium

Install L2TP over IPsec with Freeradius on Ubuntu

Use different username for github on Windows

IT #shorts How to write your own Snippet to Visual Studio Code? 💻🎧

Use tee example.txt <<EOF to quickly create a file and insert contents.