Install
sudo apt-get install git build-essential libboost1.58-all-dev qt5-default libqt5xmlpatterns5-dev
cd ~
mkdir arsenal
cd arsenal
git clone --recursive https://github.com/eteran/edb-debugger.git
cd edb-debugger
./travis_install_capstone.sh
qmake
make
sudo make install
cd ~
sudo edb
Update/Upgrade
cd ~/arsenal
rm -R edb-debugger
Repeat the Install procedure as previous mentioned.
Reference
Wiki
That's all! See you.