chr*_*ain 5 configuration wine ubuntu-studio 20.04
尝试在 Ubuntu Studio 20.04 上安装 Wine。达到大约 50%,然后显示两个错误。我已经尝试过几次了。这就是我得到的:
E: Could not configure libc6:i386.
Run Code Online (Sandbox Code Playgroud)
还收到这个:
E:Could not perform immediate configuration on 'libgcc-s1:i386'.
Please see man 5 apt.conf under APT::Immediate-Configure for details. (2)
Run Code Online (Sandbox Code Playgroud)
我搜索了其他问题/答案,但没有找到这个问题。再次强调,我是Ubuntu 的新手,非常感谢您的指导。
尝试以下命令:
sudo apt install -f
sudo apt autoremove
sudo apt install libc6-dev
sudo apt update
sudo apt upgrade
sudo apt install wine64 wine32
Run Code Online (Sandbox Code Playgroud)
小智 0
我使用以下命令在 docker 容器中安装 Wine 时遇到相同的错误消息。
$ install -y --install-recommends winehq-stable;
Run Code Online (Sandbox Code Playgroud)
这里描述的解决方法对我有用。
$ install -y -o APT::Immediate-Configure=0 --install-recommends \
winehq-stable;
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
4609 次 |
最近记录: |