我运行的是 Ubuntu 22.04。当我尝试安装 Skype 时,我得到以下信息:Run configure hook of "skype" snap if present (run hook "configure": cannot locate base snap core18: No such file or directory)
。如果我必须重新安装 snapd,我从商店获得的所有应用程序会怎样?
core18 20231027 2812 latest/stable canonical✓ base
core20 20240111 2182 latest/stable canonical✓ base
core22 20240111 1122 latest/stable canonical✓ base
cups 2.4.7-3 1024 latest/stable openprinting✓ -
firefox 124.0.2-1 4090 latest/stable mozilla✓ -```
$ sudo snap remove core18 error: cannot remove "core18": snap "core18" is not removable: snap is being used by snaps gnome-3-28-1804, wine-platform-6-stable and wine-platform-runtime.
这已解决,可能对其他人有帮助。我删除了最后一个需要 core 18 (gnome-3-28-1804) 的应用程序,然后删除了 core 18,安装了 gnome-3-28-1804,它也安装了 core18,之后安装 Skype 工作了。