How do you install Chrome Remote Desktop from .deb?

I downloaded the .DEB from https://remotedesktop.google.com/access

I get this:

enter image description here

enter image description here

I’m on Kubuntu 22.04 LTS.

Asked By: nerdfever.com

||

As shown in the Status, you can’t install the package due to having unmet dependencies, after a quick search I came across this. However, those are for the version 110, while you are trying to install version 111. In order to solve the problem you need to install the missing dependencies, which you may find after running sudo dpkg -i YOUR_DEB_PACKAGE, after that, try installing those unmet dependencies that are listed using sudo apt install XXX.

Once you are finished, try installing the package again, either by using the GUI as you did at the beginning or running sudo dpkg -i YOUR_DEB_PACKAGE.

Answered By: Alejandro