- Update the system
# Make sure you are up to date
sudo apt update && sudo apt upgrade -y
- Remove previous installed yersinia versions (if applicable)
apt remove --auto-remove yersinia
apt purge --auto-remove yersinia
- Remove “yersinia” directory from “/opt” (if applicable)

- Download and Install yersinia and libraries
git clone <https://github.com/tomac/yersinia> /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev -y
cd /opt/yersinia
./autogen.sh
./configure --with-gtk


- Run “make” command
make
