Saturday, June 7, 2014

How to install Google Chrome Remote Desktop on Ubuntu 14.04

open a terminal and invoke the following command.

sudo gedit /etc/apt/sources.list.d/chromeos.list
it will open and editor, on the Editor, add this line below and click save. This will add the repository.

deb http://dl.google.com/linux/chrome-remote-desktop/deb/ stable main


Go back to the terminal and invoke this following commands.
 

sudo apt-get update

sudo apt-get install chrome-remote-desktop





When the installation is finished run this command on the terminal
sudo /etc/init.d/chrome-remote-desktop start

No comments:

Post a Comment