安装 veil-evasion 时出现错误

安装 veil-evasion 时出现错误

在此处输入图片描述

我已经下载了veil-evasion,但无法安装

$ apt-get install veil-evasion
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission Denied)
E: Unable to lock the administration directory (/var/lib/dpkg), are you root?
$ sudo -i
# cd Veil-Evasion
-bash: cd: Veil-Evasion/: no such file or directory
# apt-get install Veil-Evasion
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package Veil-Evasion

答案1

您尝试安装的软件包在/etc/apt/sources.list或中没有任何存储库/etc/apt/sources.list.d/

使用此链接用于下载和安装veil-evasion

答案2

打开终端并输入:

sudo apt-get install python-pip   
pip install --user pycrypto    
sudo apt-get -y install git
git clone https://github.com/Veil-Framework/Veil-Evasion.git
cd Veil-Evasion/
cd setup
sudo sh setup.sh -c 

相关内容