Problem With apt-get update

Hello Everybody !
I was trying To install MITMF on My parrot Os , by typing apt-get install mitmf but I get this problem


I also Tried to update my parrot Os by typing apt-get update
but I get this problem

Hi , python-nfqueue and python-imaging are missing on debian buster , you can find it on stretch or sid ,find your missing paquages here : https://packages.debian.org/sid/python-imaging and https://packages.debian.org/sid/python-nfqueue .
add manually and look if it’ good.

And to update ParrotSec use : sudo apt-get update && sudo apt-get full-upgrade or alias : sudo parrot-upgrade on user account.

from a terminal type

sudo su
apt update
parrot-upgrade

I was looking better on synaptic you’ve link to install properly MITmf : https://github.com/byt3bl33d3r/MITMf/wiki/Installation , dependencies have change ,i’m going to see with @palinuro to modify this paquages.

Try sudo dpkg --configure -a

its not recommended to use apt-get; use

sudo parrot-upgrade

1 Like