Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Need help installing Chrome Remote Desktop

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
efrpcabo
Posts: 108
Joined: 2013-08-08 06:36

Need help installing Chrome Remote Desktop

#1 Post by efrpcabo »

Hi,

I need help installing Chrome Remote Desktop.

When I reach the phase of "Set up remote access" and click on the Download button, it downloads a .deb file; then a message saying "Accept & install" appears it opens a xarchiver window showing two files and stays there forever.

It happens in Chrome and also in Chromium.
I guess I'm missing something.
Does anyone know how to fix this?

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: Need help installing Chrome Remote Desktop

#2 Post by eriefisher »

I tried Chrome Remote Desktop once. Couldn't get it to work. Spent no time on it though.

The .deb you downloaded is ready to install. Change your default to open .debs with Gdebi. You can also right click on it and open with gdebi to install. Another option is to use dpkg or apt in a terminal.

Code: Select all

dpkg -i (path to .deb)
OR

Code: Select all

apt install (path to .deb)
All require sudo or root privileges.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 6 times
Been thanked: 16 times

Re: Need help installing Chrome Remote Desktop

#3 Post by Dai_trying »

eriefisher wrote:

Code: Select all

apt install (path to .deb)
Shouldn't this be

Code: Select all

apt install ./(path to .deb)

User avatar
sunrat
Administrator
Administrator
Posts: 6495
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Need help installing Chrome Remote Desktop

#4 Post by sunrat »

Dai_trying wrote:
eriefisher wrote:

Code: Select all

apt install (path to .deb)
Shouldn't this be

Code: Select all

apt install ./(path to .deb)
If your terminal working directory is the one which contains the .deb, you can use

Code: Select all

apt install ./name_of.deb
If working directory is anywhere else, it needs the full path.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 6 times
Been thanked: 16 times

Re: Need help installing Chrome Remote Desktop

#5 Post by Dai_trying »

Yes, but it was the missing ./ that would have prevented it from working.

User avatar
sickpig
Posts: 591
Joined: 2019-01-23 10:34
Been thanked: 1 time

Re: Need help installing Chrome Remote Desktop

#6 Post by sickpig »

Dai_trying wrote:Yes, but it was the missing ./ that would have prevented it from working.
eriefisher's advise was

Code: Select all

apt install (path to .deb)
which works perfectly fine. ./ is not needed.

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: Need help installing Chrome Remote Desktop

#7 Post by eriefisher »

Code: Select all

./
Refers to the current working directory. Otherwise you would need to explicitly state the path.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 6 times
Been thanked: 16 times

Re: Need help installing Chrome Remote Desktop

#8 Post by Dai_trying »

If the file is in your cwd you cannot install using filename only, either full path must be used or ./ for cwd.

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: Need help installing Chrome Remote Desktop

#9 Post by eriefisher »

Yes either will work. ./ is a path. By default apt looks at repos so by giving it a path it avoids the repos and follows the path.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

Dai_trying
Posts: 1101
Joined: 2016-01-07 12:25
Has thanked: 6 times
Been thanked: 16 times

Re: Need help installing Chrome Remote Desktop

#10 Post by Dai_trying »

tbh I have much on my mind and probably should have just kept quiet, I will leave my error in the thread to keep the rest of the posts relevant. Have a good day all, and stay safe.

User avatar
efrpcabo
Posts: 108
Joined: 2013-08-08 06:36

Re: Need help installing Chrome Remote Desktop

#11 Post by efrpcabo »

Thanks to you all for your replies, but I ended up using Zoom because I really needed that working in that day.

Post Reply