Artificial intelligent assistant

How to install American fuzzy lop on Ubuntu? Using `sudo apt-get install afl` gives `E: Unable to locate package afl` on my machine. How can I install American fuzzy lop on Ubuntu?

Alright, it wasn't that hard. I just cloned the source code from a mirror, `make`'d and `make install`'ed:

1. Clone Git repository of `afl`, I use a mirror I found on GitHub:

git clone


2. Change directory and `make` and `make install`:

cd afl
make && sudo make install





Of course, there might be some libraries you need to install in order to compile. I did not need to do this.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 2b73a16aca1d75b6af516ca7c75c36a1