0

enter image description here

I have already downloaded veil-evasion but i can't install it

$ 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
Zanna
  • 72,312
Boxer
  • 1

2 Answers2

0

The package you are trying to install has not any repository in /etc/apt/sources.list or /etc/apt/sources.list.d/.

Use This Link For downloading and installing veil-evasion.

0

Open the terminal and type:

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 
karel
  • 122,292
  • 133
  • 301
  • 332