I have Debian 10 and currently have wine-4.0 installed. I am trying to use the recommended command to update from here to the latest wine version:
https://wiki.winehq.org/Debian
sudo apt install --install-recommends winehq-stable When I run the install command above I get this:
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.0~buster) E: Unable to correct problems, you have held broken packages. sudo apt list --installed | grep wine shows:
fonts-wine/stable,stable,now 4.0-2 all [installed] libkwineffects11/stable,now 4:5.14.5-1 amd64 [installed,automatic] libwine-development/stable,now 4.2-4+b1 amd64 [installed] libwine-development/stable,now 4.2-4+b1 i386 [installed] libwine/stable,now 4.0-2 amd64 [installed] libwine/stable,now 4.0-2 i386 [installed] wine-development/stable,stable,now 4.2-4 all [installed] wine32-development/stable,now 4.2-4+b1 i386 [installed] wine32/stable,now 4.0-2 i386 [installed] wine64-development/stable,now 4.2-4+b1 amd64 [installed] wine64/stable,now 4.0-2 amd64 [installed] wine/stable,stable,now 4.0-2 all [installed] I ran sudo apt update it shows that everything is up to date.
cat /etc/apt/sources.list.d/wine.list shows:
deb https://dl.winehq.org/wine-builds/debian/ buster main How can I update it?