Installing Chrome RDP Host on Ubuntu
up vote
0
down vote
favorite
Every time I attempt to install Chrome Remote desktop on my machine so it can be shared as an end point, I am directed to a listing in the Ubuntu App Store. When I press "Install" the install button seems to change to "Installing" then to "Remove" (to indicate full install) almost instantaneously.
When I attempt to go back into Chrome RDP, I am still told I need to install Chrome RDP host (chrome-remote-desktop_current_amd64.deb).I then run sudo apt-get dpkg -i * (* is the chrome rdp file), then sudo apt-get install -f, which proceeds to tell me 0 have installed.
Has anyone else had this experience as well? Having trouble figuring out why this keeps happening. Does it have anything to do with that it was meant for debian, and I'm using Ubuntu?
Any recommendations to help resolve would be highly appreciated. Thanks!
UPDATE: Here is the output of sudo dpkg -i chrome-remote-desktop_current_amd64.deb.
(Reading database ... 274322 files and directories currently
installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (61.0.3163.20) over
(61.0.3163.20) ...
Setting up chrome-remote-desktop (61.0.3163.20) ...
Shutting down Chrome Remote Desktop hosts (they will restart
automatically)...
Processing triggers for systemd (229-4ubuntu19) ...
Processing triggers for ureadahead (0.100.0-19) ...
google-chrome remote-desktop
add a comment |
up vote
0
down vote
favorite
Every time I attempt to install Chrome Remote desktop on my machine so it can be shared as an end point, I am directed to a listing in the Ubuntu App Store. When I press "Install" the install button seems to change to "Installing" then to "Remove" (to indicate full install) almost instantaneously.
When I attempt to go back into Chrome RDP, I am still told I need to install Chrome RDP host (chrome-remote-desktop_current_amd64.deb).I then run sudo apt-get dpkg -i * (* is the chrome rdp file), then sudo apt-get install -f, which proceeds to tell me 0 have installed.
Has anyone else had this experience as well? Having trouble figuring out why this keeps happening. Does it have anything to do with that it was meant for debian, and I'm using Ubuntu?
Any recommendations to help resolve would be highly appreciated. Thanks!
UPDATE: Here is the output of sudo dpkg -i chrome-remote-desktop_current_amd64.deb.
(Reading database ... 274322 files and directories currently
installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (61.0.3163.20) over
(61.0.3163.20) ...
Setting up chrome-remote-desktop (61.0.3163.20) ...
Shutting down Chrome Remote Desktop hosts (they will restart
automatically)...
Processing triggers for systemd (229-4ubuntu19) ...
Processing triggers for ureadahead (0.100.0-19) ...
google-chrome remote-desktop
The correct syntax issudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results
– Redbob
Sep 22 '17 at 16:58
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
1
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Every time I attempt to install Chrome Remote desktop on my machine so it can be shared as an end point, I am directed to a listing in the Ubuntu App Store. When I press "Install" the install button seems to change to "Installing" then to "Remove" (to indicate full install) almost instantaneously.
When I attempt to go back into Chrome RDP, I am still told I need to install Chrome RDP host (chrome-remote-desktop_current_amd64.deb).I then run sudo apt-get dpkg -i * (* is the chrome rdp file), then sudo apt-get install -f, which proceeds to tell me 0 have installed.
Has anyone else had this experience as well? Having trouble figuring out why this keeps happening. Does it have anything to do with that it was meant for debian, and I'm using Ubuntu?
Any recommendations to help resolve would be highly appreciated. Thanks!
UPDATE: Here is the output of sudo dpkg -i chrome-remote-desktop_current_amd64.deb.
(Reading database ... 274322 files and directories currently
installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (61.0.3163.20) over
(61.0.3163.20) ...
Setting up chrome-remote-desktop (61.0.3163.20) ...
Shutting down Chrome Remote Desktop hosts (they will restart
automatically)...
Processing triggers for systemd (229-4ubuntu19) ...
Processing triggers for ureadahead (0.100.0-19) ...
google-chrome remote-desktop
Every time I attempt to install Chrome Remote desktop on my machine so it can be shared as an end point, I am directed to a listing in the Ubuntu App Store. When I press "Install" the install button seems to change to "Installing" then to "Remove" (to indicate full install) almost instantaneously.
When I attempt to go back into Chrome RDP, I am still told I need to install Chrome RDP host (chrome-remote-desktop_current_amd64.deb).I then run sudo apt-get dpkg -i * (* is the chrome rdp file), then sudo apt-get install -f, which proceeds to tell me 0 have installed.
Has anyone else had this experience as well? Having trouble figuring out why this keeps happening. Does it have anything to do with that it was meant for debian, and I'm using Ubuntu?
Any recommendations to help resolve would be highly appreciated. Thanks!
UPDATE: Here is the output of sudo dpkg -i chrome-remote-desktop_current_amd64.deb.
(Reading database ... 274322 files and directories currently
installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (61.0.3163.20) over
(61.0.3163.20) ...
Setting up chrome-remote-desktop (61.0.3163.20) ...
Shutting down Chrome Remote Desktop hosts (they will restart
automatically)...
Processing triggers for systemd (229-4ubuntu19) ...
Processing triggers for ureadahead (0.100.0-19) ...
google-chrome remote-desktop
google-chrome remote-desktop
edited Sep 22 '17 at 17:28
asked Sep 22 '17 at 16:56
mkayen
113
113
The correct syntax issudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results
– Redbob
Sep 22 '17 at 16:58
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
1
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06
add a comment |
The correct syntax issudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results
– Redbob
Sep 22 '17 at 16:58
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
1
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06
The correct syntax is
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results– Redbob
Sep 22 '17 at 16:58
The correct syntax is
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results– Redbob
Sep 22 '17 at 16:58
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
1
1
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
The "simplest" way to install a deb package is to download it and run dpkg.
Ubuntu App Store can do it, but not always it show you why it couldn't install a package. There several issues, as broken dependences, for example.
After download a package, you must be within the path where this deb was downloaded:
cd /path/where/was/downloaded
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
or
sudo dpkg -i /path/where/was/downloaded/chrome-remote-desktop_current_amd64.deb
Hint: You can use wildcards to do it, as:
sudo dpkg -i c*deb
if it's the only c-beginning .deb filename in this path
sudo dpkg -i c*
if it's the only c-beginning filename in this path
sudo dpkg -i *
if it's the only .deb file in this path
dpkg will verbose output so we could run after faulting or broken packages. We can successfully install several packages following dpkg clues.
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You mustsudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.
– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
add a comment |
up vote
0
down vote
UPDATE: Installing Chrome browser and using RDP as a spoke of Chrome Browser (rather than Chromium) seems to resolve the issue. I'm now able to set up the connection.
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
add a comment |
up vote
0
down vote
I have the same issue.
Installed the deb as instructed and did sudo apt -f install
No error message and install worked as seen below
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb
[sudo] password for XXXXXX:
(Reading database ... 498837 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (71.0.3578.36) over (71.0.3578.36) ...
Setting up chrome-remote-desktop (71.0.3578.36) ...
Shutting down Chrome Remote Desktop hosts (they will restart automatically)...
insserv: warning: script 'asperarund' missing LSB tags and overrides
Processing triggers for systemd (229-4ubuntu21.9) ...
Processing triggers for ureadahead (0.100.0-19) ...
but when I open remote and ask to share, I get over and over again the request to install the deb
I rebooted between two installs!
what next?
PS: regarding the warning, should I do as in https://help.directadmin.com/item.php?id=379
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The "simplest" way to install a deb package is to download it and run dpkg.
Ubuntu App Store can do it, but not always it show you why it couldn't install a package. There several issues, as broken dependences, for example.
After download a package, you must be within the path where this deb was downloaded:
cd /path/where/was/downloaded
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
or
sudo dpkg -i /path/where/was/downloaded/chrome-remote-desktop_current_amd64.deb
Hint: You can use wildcards to do it, as:
sudo dpkg -i c*deb
if it's the only c-beginning .deb filename in this path
sudo dpkg -i c*
if it's the only c-beginning filename in this path
sudo dpkg -i *
if it's the only .deb file in this path
dpkg will verbose output so we could run after faulting or broken packages. We can successfully install several packages following dpkg clues.
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You mustsudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.
– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
add a comment |
up vote
1
down vote
The "simplest" way to install a deb package is to download it and run dpkg.
Ubuntu App Store can do it, but not always it show you why it couldn't install a package. There several issues, as broken dependences, for example.
After download a package, you must be within the path where this deb was downloaded:
cd /path/where/was/downloaded
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
or
sudo dpkg -i /path/where/was/downloaded/chrome-remote-desktop_current_amd64.deb
Hint: You can use wildcards to do it, as:
sudo dpkg -i c*deb
if it's the only c-beginning .deb filename in this path
sudo dpkg -i c*
if it's the only c-beginning filename in this path
sudo dpkg -i *
if it's the only .deb file in this path
dpkg will verbose output so we could run after faulting or broken packages. We can successfully install several packages following dpkg clues.
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You mustsudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.
– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
add a comment |
up vote
1
down vote
up vote
1
down vote
The "simplest" way to install a deb package is to download it and run dpkg.
Ubuntu App Store can do it, but not always it show you why it couldn't install a package. There several issues, as broken dependences, for example.
After download a package, you must be within the path where this deb was downloaded:
cd /path/where/was/downloaded
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
or
sudo dpkg -i /path/where/was/downloaded/chrome-remote-desktop_current_amd64.deb
Hint: You can use wildcards to do it, as:
sudo dpkg -i c*deb
if it's the only c-beginning .deb filename in this path
sudo dpkg -i c*
if it's the only c-beginning filename in this path
sudo dpkg -i *
if it's the only .deb file in this path
dpkg will verbose output so we could run after faulting or broken packages. We can successfully install several packages following dpkg clues.
The "simplest" way to install a deb package is to download it and run dpkg.
Ubuntu App Store can do it, but not always it show you why it couldn't install a package. There several issues, as broken dependences, for example.
After download a package, you must be within the path where this deb was downloaded:
cd /path/where/was/downloaded
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
or
sudo dpkg -i /path/where/was/downloaded/chrome-remote-desktop_current_amd64.deb
Hint: You can use wildcards to do it, as:
sudo dpkg -i c*deb
if it's the only c-beginning .deb filename in this path
sudo dpkg -i c*
if it's the only c-beginning filename in this path
sudo dpkg -i *
if it's the only .deb file in this path
dpkg will verbose output so we could run after faulting or broken packages. We can successfully install several packages following dpkg clues.
answered Sep 22 '17 at 17:52
Redbob
1,130320
1,130320
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You mustsudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.
– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
add a comment |
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You mustsudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.
– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
Thank you. When I run this I get the error as mentioned in the update in the update to the original question. No obvious errors appear to show up
– mkayen
Sep 22 '17 at 18:03
You must
sudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.– Redbob
Sep 22 '17 at 19:50
You must
sudo apt -f install
to complete faulty dependences. Use this as reference. Start at step 2.– Redbob
Sep 22 '17 at 19:50
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
I run this, get no errors, but still can't enable the sharing function on the remote desktop app, it says I have to install it again
– Freedo
Jan 13 at 6:51
add a comment |
up vote
0
down vote
UPDATE: Installing Chrome browser and using RDP as a spoke of Chrome Browser (rather than Chromium) seems to resolve the issue. I'm now able to set up the connection.
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
add a comment |
up vote
0
down vote
UPDATE: Installing Chrome browser and using RDP as a spoke of Chrome Browser (rather than Chromium) seems to resolve the issue. I'm now able to set up the connection.
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
add a comment |
up vote
0
down vote
up vote
0
down vote
UPDATE: Installing Chrome browser and using RDP as a spoke of Chrome Browser (rather than Chromium) seems to resolve the issue. I'm now able to set up the connection.
UPDATE: Installing Chrome browser and using RDP as a spoke of Chrome Browser (rather than Chromium) seems to resolve the issue. I'm now able to set up the connection.
answered Sep 22 '17 at 18:25
mkayen
113
113
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
add a comment |
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
I am also facing same problem. Why google does not focus on it ?
– Engr.Tanbir Hasan
Feb 26 at 1:55
add a comment |
up vote
0
down vote
I have the same issue.
Installed the deb as instructed and did sudo apt -f install
No error message and install worked as seen below
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb
[sudo] password for XXXXXX:
(Reading database ... 498837 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (71.0.3578.36) over (71.0.3578.36) ...
Setting up chrome-remote-desktop (71.0.3578.36) ...
Shutting down Chrome Remote Desktop hosts (they will restart automatically)...
insserv: warning: script 'asperarund' missing LSB tags and overrides
Processing triggers for systemd (229-4ubuntu21.9) ...
Processing triggers for ureadahead (0.100.0-19) ...
but when I open remote and ask to share, I get over and over again the request to install the deb
I rebooted between two installs!
what next?
PS: regarding the warning, should I do as in https://help.directadmin.com/item.php?id=379
add a comment |
up vote
0
down vote
I have the same issue.
Installed the deb as instructed and did sudo apt -f install
No error message and install worked as seen below
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb
[sudo] password for XXXXXX:
(Reading database ... 498837 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (71.0.3578.36) over (71.0.3578.36) ...
Setting up chrome-remote-desktop (71.0.3578.36) ...
Shutting down Chrome Remote Desktop hosts (they will restart automatically)...
insserv: warning: script 'asperarund' missing LSB tags and overrides
Processing triggers for systemd (229-4ubuntu21.9) ...
Processing triggers for ureadahead (0.100.0-19) ...
but when I open remote and ask to share, I get over and over again the request to install the deb
I rebooted between two installs!
what next?
PS: regarding the warning, should I do as in https://help.directadmin.com/item.php?id=379
add a comment |
up vote
0
down vote
up vote
0
down vote
I have the same issue.
Installed the deb as instructed and did sudo apt -f install
No error message and install worked as seen below
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb
[sudo] password for XXXXXX:
(Reading database ... 498837 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (71.0.3578.36) over (71.0.3578.36) ...
Setting up chrome-remote-desktop (71.0.3578.36) ...
Shutting down Chrome Remote Desktop hosts (they will restart automatically)...
insserv: warning: script 'asperarund' missing LSB tags and overrides
Processing triggers for systemd (229-4ubuntu21.9) ...
Processing triggers for ureadahead (0.100.0-19) ...
but when I open remote and ask to share, I get over and over again the request to install the deb
I rebooted between two installs!
what next?
PS: regarding the warning, should I do as in https://help.directadmin.com/item.php?id=379
I have the same issue.
Installed the deb as instructed and did sudo apt -f install
No error message and install worked as seen below
$ sudo dpkg -i chrome-remote-desktop_current_amd64.deb
[sudo] password for XXXXXX:
(Reading database ... 498837 files and directories currently installed.)
Preparing to unpack chrome-remote-desktop_current_amd64.deb ...
Unpacking chrome-remote-desktop (71.0.3578.36) over (71.0.3578.36) ...
Setting up chrome-remote-desktop (71.0.3578.36) ...
Shutting down Chrome Remote Desktop hosts (they will restart automatically)...
insserv: warning: script 'asperarund' missing LSB tags and overrides
Processing triggers for systemd (229-4ubuntu21.9) ...
Processing triggers for ureadahead (0.100.0-19) ...
but when I open remote and ask to share, I get over and over again the request to install the deb
I rebooted between two installs!
what next?
PS: regarding the warning, should I do as in https://help.directadmin.com/item.php?id=379
edited Nov 21 at 0:40
abu_bua
2,98371021
2,98371021
answered Nov 20 at 15:29
splaisan
112
112
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f958436%2finstalling-chrome-rdp-host-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The correct syntax is
sudo dpkg -i chrome-remote-desktop_current_amd64.deb
. Try this way and relate results– Redbob
Sep 22 '17 at 16:58
Yes, thats what I did, let me edit the post.
– mkayen
Sep 22 '17 at 17:01
1
So, since you will edit it, post output of this command I told you, regarding you have to be where chrome*.deb was downloaded.
– Redbob
Sep 22 '17 at 17:06