AnyDesk doesn’t work after upgrading to Ubuntu 22.04 LTS

19,330

I followed this guide and got it to work.

Essentially, you need to download and install libpangox manually with:

wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb

Then run the following command:

sudo apt install ./libpangox-1.0-0_0.0.2-5.1_amd64.deb
Share:
19,330
Admin
Author by

Admin

Updated on January 04, 2023

Comments

  • Admin
    Admin over 1 year

    After upgrading to Ubuntu 22.04 LTS, when I open AnyDesk app (downloaded from official website .deb file) nothing happens. In logs I can see this error/message:

    Could not create transient scope for PID 7866: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 7866 does not exist.
    
    /usr/bin/anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
    

    Any idea, how to resolve this?

  • Admin
    Admin almost 2 years
    I used dpkg -i ./libpangox-1.0-0_0.0.2-5.1_amd64.deb works like a charm
  • Admin
    Admin almost 2 years
    It's work for me.Thanks a lot!