我正在尝试在 Ubuntu 12.04 上运行 Spotify。它曾经工作过一段时间,当我今天尝试启动它时,出现以下错误:
spotify: error while loading shared libraries: libudev.so.1: cannot open shared object file: No such file or directory
Run Code Online (Sandbox Code Playgroud)
如何解决?
我试过
sudo apt-get install libudev1
Run Code Online (Sandbox Code Playgroud)
然而,它给出了一个错误,说它不存在(不再存在)
我使用的是 Ubuntu 20.04,Zoom 版本为 5.04084598.0517。Zoom 显示有可用更新,因此我从网页下载了它,并使用软件安装程序打开了 deb 文件。然后显示的内容如下:
所以没有“安装”或“更新”按钮。如何安装最新版本的 Zoom?
这是输出apt-cache policy zoom
zoom:
Installed: 5.0.408598.0517
Candidate: 5.0.408598.0517
Version table:
*** 5.0.408598.0517 100
100 /var/lib/dpkg/status
Run Code Online (Sandbox Code Playgroud)