Comment 8 for bug 1980606

Revision history for this message
David JM Emmett (davidjmemmett) wrote :

Hi @jbicha,

It looks like gnome-remote-desktop may have been uninstalled during the upgrade to jammy due to conflicts from the remmina-next PPA. I had to manually uninstall a few packages and then was able to reinstall gnome-remote-desktop:

```
david@polar:~$ sudo apt install gnome-remote-desktop
...
The following packages have unmet dependencies.
 libfreerdp-server2-2 : Depends: libfreerdp2-2 (= 2.7.0+git202204251304-0+remmina202205020710.r40ee5d3bc.d776065661~ubuntu22.04.1) but 2.7.0+git202204251304-0+remmina202205020710.r40ee5d3bc.da996883ab~ubuntu20.04.1 is to be installed
```

```
david@polar:~$ sudo apt remove libfreerdp2-2 libvncserver1 libwinpr2-2
...
```

Following this, I was able to successfully install gnome-remote-desktop.

(I know PPAs are unsupported, I'm documenting in case anyone else hits the same issue.)

Thank you for looking into this issue.

Cheers,
David