Install
sudo apt-get install git build-essential libboost1.55-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 ~
mkdir .edb
sed -i -e 's/directory.session.path=/directory.session.path=\/home\/$USER\/.edb/g' ~/.config/codef00.com/edb.conf
sed -i -e 's/directory.symbol.path=/directory.symbol.path=\/home\/$USER\/.edb/g' ~/.config/codef00.com/edb.conf
edb
*** Thanks for Vladimir Stupnikov pointed out the installation error. ***
Update/Upgrade
cd ~/arsenal
rm -R edb-debugger
Repeat the Install procedure as previous mentioned.
Reference
Wiki
That's all! See you.