Advertisement
TheCodinGeek

Untitled

Mar 9th, 2023
25,218
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 1 0
  1. Chrome Remote Desktop:
  2.  
  3. https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
  4.  
  5. Google Chrome:
  6.  
  7. https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  8.  
  9. XFCE Desktop Environment:
  10.  
  11. sudo DEBIAN_FRONTEND=noninteractive \
  12. apt install --assume-yes xfce4 desktop-base dbus-x11 xscreensaver
  13.  
  14. sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session'
  15.  
  16.  
  17. sudo systemctl disable lightdm.service
Advertisement
Comments
  • # text 0.84 KB | 0 0
    1. E: Unsupported file ./chrome-remote-desktop_current_amd64.deb.1 given on commandline
    2. raju9003724912@cloudshell:~$ wget & "${Env:PROGRAMFILES(X86)}\Google\Chrome Remote Desktop\CurrentVersion\remoting_start_host.exe" --code="4/0ASVgi3KM4DzEwosyXvfIOXDPQp7fPU7UtfpRdF2L55ouMO7uVJ2FFAEDDEzuxTzkbzeD4g" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$Env:COMPUTERNAME
    3. [1] 1674
    4. -bash: \Google\Chrome Remote Desktop\CurrentVersion\remoting_start_host.exe: command not found
    5. raju9003724912@cloudshell:~$ wget: missing URL
    6. Usage: wget [OPTION]... [URL]...
    7.  
    8. Try `wget --help' for more options.
    9. E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/n/nautilus/libnautilus-extension4_46.2-0ubuntu0.2_amd64.deb 404 Not Found [IP: 91.189.91.82 80]
    10. E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Add Comment
Please, Sign In to add comment
Advertisement