错误:无法纠正问题,您持有损坏的包裹

错误:无法纠正问题,您持有损坏的包裹
root@tet0-Lenovo-G500s:/home/tet0/Downloads# apt install ./anydesk_5.5.4-1_amd64.deb 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'anydesk:amd64' instead of './anydesk_5.5.4-1_amd64.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:
 anydesk:amd64 : Depends: libc6:amd64 (>= 2.7) but it is not installable
                 Depends: libgcc1:amd64 (>= 1:4.1.1) but it is not installable
                 Depends: libglib2.0-0:amd64 (>= 2.16.0) but it is not installable
                 Depends: libgtk2.0-0:amd64 (>= 2.20.1) but it is not installable
                 Depends: libstdc++6:amd64 (>= 4.1.1) but it is not installable
                 Depends: libx11-6:amd64 but it is not installable
                 Depends: libxcb-shm0:amd64 but it is not installable
                 Depends: libxcb1:amd64 but it is not installable
                 Depends: libpango1.0-0:amd64 but it is not installable
                 Depends: libcairo2:amd64 but it is not installable
                 Depends: libxrandr2:amd64 (>= 1.3) but it is not installable
                 Depends: libx11-xcb1:amd64 but it is not installable
                 Depends: libxtst6:amd64 but it is not installable
                 Depends: libxfixes3:amd64 but it is not installable
                 Depends: libxdamage1:amd64 but it is not installable
                 Depends: libxkbfile1:amd64 but it is not installable
                 Depends: libgtkglext1:amd64 but it is not installable
                 Recommends: libglx-mesa0:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

答案1

如果我没记错的话,您安装的是 32 位版本的 ubuntu。然后您需要一个 32 位 deb 文件 - 并且您尝试安装 64 位。首先您需要删除“错误”的 deb 版本。

然后更新。

sudo apt update

从 Anydesk 选择并安装 32 位 deb 版本,就可以了

Ubuntu 将停止支持 32 位。因此,最好在 Lenovo G500s 上安装 64 位操作系统(默认情况下,它具有 64 位 Windows)

相关内容