升级到Ubuntu 22.04 LTS后,当我打开AnyDesk应用程序(从官方网站.deb文件下载)时,什么都不会发生。在日志中,我可以看到以下错误/消息:
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知道吗,怎么解决这个问题?
发布于 2022-04-28 19:34:39
我跟踪本指南,让它开始工作。
本质上,您需要手动下载和安装libpangox,包括:
wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb然后运行以下命令:
sudo apt install ./libpangox-1.0-0_0.0.2-5.1_amd64.debhttps://askubuntu.com/questions/1405323
复制相似问题