Forum Thread: Veil-Evasion--> Setup Problem(Kali linux2.0)

I ran: git clone https://github.com/Veil-Framework/Veil-evasion.git and it worked according to plan. I used cd Veil-Evasion and setup/setup.sh. It starts the setup but at the end it gives me this:

* Installing (Wine) i386 Binaries
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wine

E: Package 'wine32' has no installation candidate
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine-bin:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libwine wine

E: Package 'wine-bin:i386' has no installation candidate
ERROR Failed To Install Wine x8664... Exit Code: 100.

Does anyone know how to solve this problem?

2 Responses

i think that you need to install 32 bit architecture
try this:
dpkg --add-architecture i386
apt-get update
apt-get install wine:i386
apt-get install wine-bin:i386

Its included with kali 2. just
apt-get update
apt-get install veil
After installing Veil, navigate to /usr/share/veil/setup)
run setup
then just type veil in terminal

Share Your Thoughts

  • Hot
  • Active