无法在 ubuntu22.04 上安装 wine32

无法在 ubuntu22.04 上安装 wine32

我正在尝试在 Ubuntu 22.04 上安装 wine

sudo apt-get 安装 wine

我还添加了 i386 架构

sudo dpkg --add-architecture i386

它安装了 wine 和 wine64。没问题,但是当我尝试安装时,wine32它给出了以下错误

Reading package lists... Done
Building dependency tree... Done
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:
 grep : PreDepends: libpcre3 but it is not installable
 libglib2.0-0 : Depends: libpcre3 but it is not installable
                Recommends: shared-mime-info
 libgphoto2-6:i386 : Depends: libgd3:i386 (>= 2.1.0~alpha~) but it is not going to be installed
 librdf0 : Depends: librasqal3 (>= 0.9.31) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

相关内容