报错
arm64的Ubuntu直接安装armhf软件的话会有以下报错:package doesn't architecture(armhf) does not match system(arm64)
解决
- 在命令行输入:
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get upgrade
- 再次尝试安装
sudo dpkg -i 目录或安装包名
- 如果还是报错,尝试执行以下命令再重新上述安装
apt-get install -f
apt-get install libxtst6:armhf