小编Hot*_*lue的帖子

无法在 Debian 上安装 wine32

我正在尝试在 Wine 中运行 Windows 应用程序,但它告诉我:

it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
Run Code Online (Sandbox Code Playgroud)

因此,作为 root,我尝试安装 wine32 但我得到了这个:

    $ sudo apt install wine32
Reading package lists... Done
Building dependency tree       
Reading state information... Done
wine32:i386 is already the newest version (4.0-2).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 wine32:i386 : Depends: libc6:i386 (>= 2.28) but it is not going to be installed …
Run Code Online (Sandbox Code Playgroud)

debian dependencies wine

2
推荐指数
1
解决办法
1万
查看次数

使用 apt 安装或升级时出错

我试图将 debian 9 升级到 10,但是当我尝试运行 sudo apt-get update、sudo apt-get upgrade 和 sudo apt-get full-upgrade 时,他们都收到了以下错误消息:

    optiplex@optiplex:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 linux-image-generic-lts-xenial : Depends: linux-firmware but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)

我试过跑步

apt --fix-broken install
Run Code Online (Sandbox Code Playgroud)

但后来我收到了这个错误信息:

 optiplex@optiplex:~$ sudo apt --fix-broken install …
Run Code Online (Sandbox Code Playgroud)

aptitude debian apt upgrade

0
推荐指数
1
解决办法
5198
查看次数

标签 统计

debian ×2

apt ×1

aptitude ×1

dependencies ×1

upgrade ×1

wine ×1