我尝试按照此处所述安装 winehttps://wiki.winehq.org/Ubuntu但我总是得到错误
winehq-stable : Depends: wine-stable (= 5.0.3~focal)
当我尝试安装 wine-stable (通过sudo apt-get install wine-stable
)时发生以下错误
wine-stable : Depends: wine-stable-i386 (= 5.0.3~focal)
再次后退一步,因此,尝试安装wine-stable-i386
我得到
wine-stable-i386: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: libldap-2.4-2:i386 (>= 2.4.7) 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
Depends: libxml2:i386 (>= 2.9.0) but it is not going to be installed
Depends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or
libglu1:i386
Recommends: libosmesa6:i386 but it is not going to be installed
Recommends: libsane:i386 but it is not going to be installed or
libsane1:i386
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libxslt1.1:i386 but it is not going to be installed
我尝试了这里推荐的不同方法,比如删除存储库并再次添加等等,但没有什么效果。我正在使用 Ubuntu 20.04 LTS。有人知道如何解决这些错误吗?
编辑1-输出sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu focal InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:4 https://download.owncloud.com/desktop/ownCloud/stable/2.7.1.2560/linux/Ubuntu_20.04 InRelease
Hit:5 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:6 http://ppa.launchpad.net/smathot/cogscinl/ubuntu focal InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Hit:8 http://ppa.launchpad.net/sunderme/texstudio/ubuntu focal InRelease
Hit:9 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://packages.microsoft.com/repos/vscode stable InRelease' doesn't support architecture 'arm64'