当前位置:   article > 正文

kali 安装 Hyperpwn dpkg: error processing archive hyper_3.3.0_arm64.deb (--install):

hyperpwn

在Hyperpwn官网下载最新版本 hyper_3.3.0_arm64.deb。

然后我们在当前文件下进行安装。

  1. dpkg -i hyper_3.3.0_arm64.deb
  2. 出现以下错误:
  3. dpkg: error processing archive hyper_3.3.0_arm64.deb (--install):
  4. package architecture (arm64) does not match system (amd64)
  5. Errors were encountered while processing:
  6. hyper_3.3.0_arm64.deb

根据错误反馈 : architecture (arm64) does not match system (amd64)

查看当前的版本

  1. dpkg --print-architecture
  2. amd64

然后我们要切换到 arm64

dpkg --add-architecture arm64     

在更新下apt

apt-get update   

再进行修复下

apt-get -f install   

 重新安装

  1. dpkg -i hyper_3.3.0_arm64.deb
  2. (Reading database ... 360871 files and directories currently installed.)
  3. Preparing to unpack hyper_3.3.0_arm64.deb ...
  4. Unpacking hyper:arm64 (3.3.0) over (3.3.0) ...
  5. Setting up hyper:arm64 (3.3.0) ...
  6. Processing triggers for desktop-file-utils (0.26-1) ...
  7. Processing triggers for mailcap (3.70+nmu1) ...
  8. Processing triggers for hicolor-icon-theme (0.17-2) ...

安装成功后 我们进行调用下试试

  1. hyper
  2. It is recommended to start hyper as a normal user. To run as root, you must specify an alternate user data directory with the --user-data-dir argument.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/195813
推荐阅读
相关标签
  

闽ICP备14008679号