wine32 在 ubuntu 20.04 中丢失问题,[[作为 root,请执行 "apt-get install wine32" wine-5.0 ]]

wine32 is missing issue in ubunt 20.04, [[as root, please execute "apt-get install wine32" wine-5.0 ]]

enter code hereHow can i fix the below wine32 missing issue in ubuntu 20.04 ,我花了很多时间但没有得到任何运气。

我成功安装了 wine-stable,但是当我尝试检查 wine 版本时,我收到此消息并且 wine 也无法正常工作...感谢提前提供帮助。

错误: 看起来缺少 wine32,您应该安装它。作为根,

> 请执行 "apt-get install wine32"

https://wiki.winehq.org/Ubuntu 我也试过这个说明但没有用。同样的问题。

**详情如下:

$ wine --version

> it looks like wine32 is missing, you should install it. as root,
> please execute "apt-get install wine32"

**
wine-5.0 (Ubuntu 5.0-3ubuntu1)
$ sudo apt install wine32
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:
 wine32:i386 : Depends: libwine:i386 (= 5.0-3ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ sudo apt install libwine:i386
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:
 libwine:i386 : Depends: libfaudio0:i386 (>= 19.06.07) but it is not going to be installed
                Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed
                Depends: libgphoto2-port12:i386 (>= 2.5.10) but it is not going to be installed
                Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
                Depends: libudev1:i386 (>= 183) but it is not going to be installed
                Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
                Recommends: libdbus-1-3:i386 (>= 1.9.14) but it is not going to be installed
                Recommends: libsane:i386 (>= 1.0.24) but it is not going to be installed
                Recommends: libsdl2-2.0-0:i386 (>= 2.0.10) but it is not going to be installed
                Recommends: libasound2-plugins:i386 but it is not going to be installed
                Recommends: gstreamer1.0-plugins-good:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

好的,我终于在 20.04 上安装了 wine32 及其所有依赖项。问题出在这里:

"Important" 和 "Recommendned" 更新被禁用。他们激活了额外的 ubuntu 回购协议,其中出现了更新版本的 i386-family。但是,在安装、升级和重启之后,我遇到了另一个与 initramfs 无关的问题,但这是另一回事。