Installing Chrome Remote Desktop

11,370

You get such kind of errors when the package doesn't meet the Debian policy, then it is considered to be of a poor quality.

So a better way of going round this is to use the terminal to install it. So remove all traces of what you did and go through these steps:

cd ~/Downloads (or where the chrome remote .deb file is found)

sudo dpkg -i *.deb

where *.deb is for example "chrome-remote-desktop_current_amd64.deb"

sudo apt-get install -f

But make sure you have the dependencies installed for a clean installation.

Share:
11,370

Related videos on Youtube

David Foerster
Author by

David Foerster

I'm a Computer Science (M. Sc.) student at Humboldt University Berlin with a B. Sc. in IT Systems Engineering from Hasso Plattner Institute (Potsdam). I've been using Linux since 2005, and administrate my own (and two family members') Ubuntu setups since 2009.

Updated on September 18, 2022

Comments

  • David Foerster
    David Foerster almost 2 years

    I'm trying to install chrome Remote Desktop on Ubuntu 14.04 LTS, but keep on getting the following error:

    The package is of bad quality.
    The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.
    Lintian check results for /home/sarahellen/Downloads/chrome-remote-desktop_current_amd64 (3).deb:
    E: chrome-remote-desktop: dir-or-file-in-etc-opt etc/opt/chrome/
    E: chrome-remote-desktop: dir-or-file-in-etc-opt etc/opt/chrome/native-messaging-hosts/
    E: chrome-remote-desktop: dir-or-file-in-etc-opt etc/opt/chrome/native-messaging-hosts/com.google.chrome.remote_assistance.json
    E: chrome-remote-desktop: dir-or-file-in-etc-opt etc/opt/chrome/native-messaging-hosts/com.google.chrome.remote_desktop.json
    

    Any help would be much appreciated: please note that I'm a Ubuntu newb!!

    • dadexix86
      dadexix86 over 8 years
      Did you do what that error says?
    • Admin
      Admin over 8 years
      Thanks for your answers. I'm going to try your suggestions and then I'll update the question after that