安装 libxp6 和多架构支持时出现问题

Col*_*ole 6 package-management software-installation 20.04

我正在遵循指南,但在步骤 11 中遇到了一些困难。当我输入时

sudo apt-get install ./libxp6_1.0.2-2_amd64.deb
Run Code Online (Sandbox Code Playgroud)

我明白了

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libxp6' instead of './libxp6_1.0.2-2_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:
 libxp6 : PreDepends: multiarch-support but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)

libxp6 和 multiarch-support 似乎给我带来了困难。在网上搜索了一些,但不足以安装。甚至Ubuntu 软件包网站也没有帮助。任何帮助,将不胜感激。

N0r*_*ert 5

然后你必须先安装18.04 LTS 的multiarch-support软件包

cd ~/Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1_amd64.deb
sudo apt-get install ./multiarch-support_2.27-3ubuntu1_amd64.deb
Run Code Online (Sandbox Code Playgroud)

并继续遵循指南。