我在戴尔 Vostro 3546上使用Ubuntu 18.04
uname -a
Linux <host-name> 4.15.0-122-generic #124-Ubuntu SMP Thu Oct 15 13:03:05 UTC 2020 x86_64 x86_64 x86_64 GNU/Linu
我有严重的葡萄酒依赖问题。当我这样做时,这开始了sudo apt-get purge wine*
。我无法重新安装它。请帮忙,酒对我来说非常重要。
启用 32 位架构
的输出
sudo apt-get update
,仅供您查看我的存储库列表:https ://pastebin.com/416d1fRU正常
winehq-stable
安装的输出:https ://pastebin.com/JvK1MrCbwinehq-stable
使用我最喜欢的依赖工具的安装输出: https ://pastebin.com/tKBpRbe5 。
如果我在第一个提示中选择“Y”,它将什么也不做,只是退出。然后,在第二个提示中,如果我选择“Y”,它会通过删除所有内容来完全破坏我的系统。如果我选择“n”,那么它会一次又一次地要求做同样的事情。不得不“q”中止。使用突触:
编辑:
apt-cache policy winehq-stable wine-stable
winehq-stable:
Installed: (none)
Candidate: 5.0.2~bionic
Version table:
5.0.2~bionic 500
500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
wine-stable:
Installed: (none)
Candidate: 5.0.2~bionic
Version table:
5.0.2~bionic 500
500 https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04 ./ Packages
3.0-1ubuntu1 500
500 http://es-mirrors.evowise.com/ubuntu bionic/universe amd64 Packages
500 http://es-mirrors.evowise.com/ubuntu bionic/universe i386 Packages
sudo apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 5.0.2~bionic)
E: Unable to correct problems, you have held broken packages.
apt-cache policy $(apt-rdepends winehq-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")
= https://paste.ubuntu.com/p/7phckZ5nsD/的输出
apt-cache policy $(apt-rdepends wine-stable 2>/dev/null | grep "^[a-zA-Z]" | sort | paste -s -d" ")
= https://paste.ubuntu.com/p/Cp89PtzZks/的输出
我用technastic_tc和user.dz成功解决了这个问题。
我不小心禁用了
bionic-updates
,然后我从 重新启用bionic-updates
了存储库software-properties-gtk
。瞧!我又试了
sudo aptitude install winehq-stable
。有效 !!!非常感谢。