目前正试图在ubuntu 18.04上安装bitwig 4.2.3,我收到了以下错误:
(base) cocopalacelove@system76-pc:~/bitwig$ sudo apt install ./bitwig-studio-4.2.3.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'bitwig-studio' instead of './bitwig-studio-4.2.3.deb'
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:
bitwig-studio : Depends: zlib1g:i386 but it is not installable
Depends: libx11-xcb1:i386 but it is not installable
Depends: libx11-6:i386 but it is not installable
Depends: libxau6:i386 but it is not installable
Depends: libxdmcp6:i386 but it is not installable
Depends: libxrender1:i386 but it is not installable
Depends: libfontconfig1:i386 but it is not installable
Depends: libxcb-icccm4:i386 but it is not installable
Depends: libxcb-util1:i386 but it is not installable
Depends: libxcb-shm0:i386 but it is not installable
Depends: libxcb-xinput0:i386 but it is not installable
Depends: libxkbcommon0:i386 but it is not installable
Depends: libxkbcommon-x11-0:i386 but it is not installable
Depends: libpixman-1-0:i386 but it is not installable
Depends: libcairo2:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.发布于 2022-05-31 06:51:31
输出表明您需要i386体系结构。
在发出命令之前尝试安装它:
sudo dpkg --add-architecture i386我也会检查你的版本的假发。我觉得奇怪的是,它需要ì386。
https://askubuntu.com/questions/1411464
复制相似问题