在nx平台下执行
root@root-desktop:~/test$ sudo dpkg -i MyTest_0.2.1.0_aarch64.deb
dpkg: error processing archive MyTest_0.2.1.0_aarch64.deb (--install):
package architecture (aarch64) does not match system (arm64)
Errors were encountered while processing:
MyTest_0.2.1.0_aarch64.deb
root@root-desktop:~/test$ uname -a
Linux rootdesktop 4.9.201-tegra #2 SMP PREEMPT Sun Mar 28 16:13:41 CST 2021 aarch64 aarch64 aarch64 GNU/Linux
确认系统架构是aarch64,则:
root@root-desktop:~/test$ sudo dpkg --add-architecture aarch64
再次执行安装即可:文章来源:https://www.toymoban.com/news/detail-421605.html
root@root-desktop:~/test$ sudo dpkg -i MyTest_0.2.1.0_aarch64.deb
Selecting previously unselected package alsonserver:aarch64.
(Reading database ... 158166 files and directories currently installed.)
Preparing to unpack MyTest_0.2.1.0_aarch64.deb ...
Unpacking root:aarch64 (0.2.1.0) ...
Setting up root:aarch64 (0.2.1.0) ...文章来源地址https://www.toymoban.com/news/detail-421605.html
到了这里,关于dpkg:package architecture (aarch64) does not match system (arm64)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!