0

In order to use Fluxion 2 I need to install these missing components first:enter image description here I used the command sudo apt-get install isc-dhcp-common But got the following error:enter image description here This is what happens after I run the command sudo apt-get update.enter image description here

How to get Fluxion 2 working on my case?

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Carrick
  • 103
  • 1
  • 6
  • 1
    [Please don't post images of text](http://meta.unix.stackexchange.com/questions/4086/psa-please-dont-post-images-of-text). Copy and paste the text itself **into your question** and format it as code by selecting it and pressing Ctrl-K or by using the editor's `{}` icon. – cas Mar 08 '18 at 03:08
  • @cas oh ok...sorry for those pictures... I'll keep that in mind – Carrick Mar 08 '18 at 13:21

1 Answers1

1

The error message tells you what to do: run

apt-get update

and try again. You should, however, be installing isc-dhcp-server, as requested by the Fluxion installer.

To fix the key issue, see the answers to Invalid signature for Kali Linux repositories : "The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository".

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164