Instalar acceso remoto usando chrome desde linux

Posted by Labels: at

 Para el caso de la máquina virtual debian linux que instale en google cloud hay que instalar el instalador del paquete Debian de Gdebi 

Con la ayuda del instalador de Gdebi, podemos instalar cualquier paquete Debian sin problemas en nuestro sistema Ubuntu o cualquier distribución basada en el mismo.

sudo apt install gdebi-core wget

Desde consola obtenemos el archivo .deb que vamos a instalar como extensión de chrome

wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb

Para instalar esta extensión desde consola pegamos y ejecutamos el siguiente comando

sudo dpkg -i chrome-remote-desktop_current_amd64.deb

Y en caso de tener problemas con las dependencias, estas las solucionas tecleando el siguiente comando:

sudo apt install -f

y volviendo a ejecutar el comando 

sudo dpkg -i chrome-remote-desktop_current_amd64.deb

Hecho esto recargamos o reiniciamos el navegador de google chrome y ya debe aparecer la extensión añadida. 



Aquí te dejo la traza de mi terminal de linux, donde descargue ,instale,  y resolvi problemas con las dependencias.


joaquin_martinez_benjamin@instance-2:~$ wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb

--2021-07-03 06:54:46--  https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb

Resolving dl.google.com (dl.google.com)... 172.217.219.93, 172.217.219.136, 172.217.219.91, ...

Connecting to dl.google.com (dl.google.com)|172.217.219.93|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 38240812 (36M) [application/x-debian-package]

Saving to: ‘chrome-remote-desktop_current_amd64.deb’


chrome-remote-deskt 100%[===================>]  36.47M  --.-KB/s    in 0.1s    


2021-07-03 06:54:46 (244 MB/s) - ‘chrome-remote-desktop_current_amd64.deb’ saved [38240812/38240812]


joaquin_martinez_benjamin@instance-2:~$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb

Selecting previously unselected package chrome-remote-desktop.

(Reading database ... 113266 files and directories currently installed.)

Preparing to unpack chrome-remote-desktop_current_amd64.deb ...

Unpacking chrome-remote-desktop (91.0.4472.10) ...

dpkg: dependency problems prevent configuration of chrome-remote-desktop:

 chrome-remote-desktop depends on xvfb; however:

  Package xvfb is not installed.

 chrome-remote-desktop depends on xbase-clients; however:

  Package xbase-clients is not installed.

 chrome-remote-desktop depends on python3-psutil; however:

  Package python3-psutil is not installed.


dpkg: error processing package chrome-remote-desktop (--install):

 dependency problems - leaving unconfigured

Processing triggers for systemd (241-7~deb10u7) ...

Errors were encountered while processing:

 chrome-remote-desktop

joaquin_martinez_benjamin@instance-2:~$ sudo apt install -f

Reading package lists... Done

Building dependency tree       

Reading state information... Done

Correcting dependencies... Done

The following additional packages will be installed:

  python3-psutil x11-apps x11-session-utils xbase-clients xbitmaps xinit xvfb

Suggested packages:

  python-psutil-doc mesa-utils x11-xfs-utils

The following NEW packages will be installed:

  python3-psutil x11-apps x11-session-utils xbase-clients xbitmaps xinit xvfb

0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.

1 not fully installed or removed.

Need to get 4007 kB of archives.

After this operation, 8194 kB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://deb.debian.org/debian buster/main amd64 xvfb amd64 2:1.20.4-1+deb10u3 [2989 kB]

Get:2 http://deb.debian.org/debian buster/main amd64 x11-apps amd64 7.7+7 [660 kB]

Get:3 http://deb.debian.org/debian buster/main amd64 x11-session-utils amd64 7.7+3 [71.9 kB]

Get:4 http://deb.debian.org/debian buster/main amd64 xinit amd64 1.4.0-1 [50.2 kB]

Get:5 http://deb.debian.org/debian buster/main amd64 xbase-clients all 1:7.7+19 [38.1 kB]

Get:6 http://deb.debian.org/debian buster/main amd64 python3-psutil amd64 5.5.1-1 [166 kB]

Get:7 http://deb.debian.org/debian buster/main amd64 xbitmaps all 1.1.1-2 [32.1 kB]

Fetched 4007 kB in 0s (28.8 MB/s)

Selecting previously unselected package xvfb.

(Reading database ... 113399 files and directories currently installed.)

Preparing to unpack .../0-xvfb_2%3a1.20.4-1+deb10u3_amd64.deb ...

Unpacking xvfb (2:1.20.4-1+deb10u3) ...

Selecting previously unselected package x11-apps.

Preparing to unpack .../1-x11-apps_7.7+7_amd64.deb ...

Unpacking x11-apps (7.7+7) ...

Selecting previously unselected package x11-session-utils.

Preparing to unpack .../2-x11-session-utils_7.7+3_amd64.deb ...

Unpacking x11-session-utils (7.7+3) ...

Selecting previously unselected package xinit.

Preparing to unpack .../3-xinit_1.4.0-1_amd64.deb ...

Unpacking xinit (1.4.0-1) ...

Selecting previously unselected package xbase-clients.

Preparing to unpack .../4-xbase-clients_1%3a7.7+19_all.deb ...

Unpacking xbase-clients (1:7.7+19) ...

Selecting previously unselected package python3-psutil.

Preparing to unpack .../5-python3-psutil_5.5.1-1_amd64.deb ...

Unpacking python3-psutil (5.5.1-1) ...

Selecting previously unselected package xbitmaps.

Preparing to unpack .../6-xbitmaps_1.1.1-2_all.deb ...

Unpacking xbitmaps (1.1.1-2) ...

Setting up xinit (1.4.0-1) ...

Setting up xvfb (2:1.20.4-1+deb10u3) ...

Setting up x11-apps (7.7+7) ...

Setting up python3-psutil (5.5.1-1) ...

Setting up x11-session-utils (7.7+3) ...

Setting up xbitmaps (1.1.1-2) ...

Setting up xbase-clients (1:7.7+19) ...

Setting up chrome-remote-desktop (91.0.4472.10) ...

Restarting Chrome Remote Desktop hosts (sessions will be unaffected)...

Processing triggers for man-db (2.8.5-2) ...

Processing triggers for systemd (241-7~deb10u7) ...

joaquin_martinez_benjamin@instance-2:~$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb

(Reading database ... 113693 files and directories currently installed.)

Preparing to unpack chrome-remote-desktop_current_amd64.deb ...

Unpacking chrome-remote-desktop (91.0.4472.10) over (91.0.4472.10) ...

Setting up chrome-remote-desktop (91.0.4472.10) ...

Restarting Chrome Remote Desktop hosts (sessions will be unaffected)...

Processing triggers for systemd (241-7~deb10u7) ...

joaquin_martinez_benjamin@instance-2:~$ 


Back to Top