Chrome Remote Desktop On Linux //top\\ -

# For Debian/Ubuntu wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt update && sudo apt install google-chrome-stable Google provides a .deb/.rpm package that installs the host service:

echo "exec /usr/bin/gnome-session" > ~/.chrome-remote-desktop-session (Replace gnome-session with startplasma-x11 for KDE, xfce4-session , or your DE’s startup command.) chrome remote desktop on linux

# Download the Debian package wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb # Install it sudo dpkg -i chrome-remote-desktop_current_amd64.deb sudo apt-get install -f # Fix missing dependencies On Fedora/RHEL: # For Debian/Ubuntu wget -q -O - https://dl