如果格式不正确或者这个问题之前已经回答过,我很抱歉。
我有一台运行 Ubuntu 18.04 64 位的 Dell Latitude 7490。我试图安装winehq
它来玩英雄联盟,我必须安装一些 32 位库,即:
libfaudio:i386
libsdl2-2.0-0:i386
libpulse0:i386
wine-stable-i386
wine-stable
winehq-stable
此后,我经常snapd
运行:
sudo snap install leagueoflegends --edge --jailmode
sudo snap install wine-platform-5-staging
sudo snap install wine-platform-runtime
按照游戏安装的建议操作。从那时起,重新启动计算机就会让我在 Ubuntu 启动画面上陷入循环。我可以访问 tty,但我意识到它lightdm
无法启动。我卸载了所有库和快照,但仍然无法启动计算机并进入登录屏幕。
非常感谢您的帮助,我真的很努力,需要尽快重新使用我的电脑。
感谢大家的帮助。
答案1
我继续阅读Snapcraft 的论坛此 snap 程序处于 devmode(有关 devmode 的更多信息这里),因为该 snap 包创建者遇到了技术难题。
--jailmode
使得 snap 程序在严格模式下安装,所以使用--devmode
(devmode 标志) 而不是--jailmode
,因为当你没有设置在什么模式下安装 snap 程序时(运行sudo snap install leagueoflegends --edge
)你会得到这样的错误:
error: The publisher of snap "leagueoflegends" has indicated that they do not consider this
revision to be of production quality and that it is only meant for development or testing at
this point. As a consequence this snap will not refresh automatically and may perform
arbitrary system changes outside of the security sandbox snaps are generally confined to,
which may put your system at risk.
If you understand and want to proceed repeat the command including --devmode; if instead you
want to install the snap forcing it into strict confinement repeat the command including
--jailmode.