I have upgraded Ubuntu from version 21.04 to 21.10. But after the upgrade, Anydesk is not opening. Another screen-sharing app like TeamViewer is working. I tried Xorg also, but no progress. Please suggest a working solution.
Asked
Active
Viewed 2.8k times
6
-
Can you open the software from terminal, and post the output by editing the question? – Archisman Panigrahi Oct 25 '21 at 12:05
2 Answers
33
sudo apt install libpangox-1.0-0
fixed it for me.

Archisman Panigrahi
- 28,338
- 18
- 105
- 212

Marcelo Mazar
- 431
- 3
- 2
-
1For anyone who is getting
no package found error
: Install multiarch-support_2.28-10_amd64.deb first then install libpangox-1.0-0_0.0.2-5_amd64.deb – Manu S Pillai Feb 22 '22 at 23:48
1
If you are seeing a Error : such as remote not supported or something like that the same thing could be fixed by disabling wayland /etc/gdm3/custom.conf
and find
WaylandEnable=true
to WaylandEnable=false
it might help you

creeprawman
- 64
-
even after setup WaylandEnable=false does not work for you, just restart your machine and everything should works – Vinicius Cardoso Aug 13 '22 at 21:58