Download SUMO from the following link
https://sourceforge.net/projects/sumo/files/sumo/version%200.12.3/sumo-src-0.12.3.tar.gz/download
Install the following software before installing SUMO. You must login as root.
$sudo apt-get update
$sudo apt-get install build-essential autoconf automake libxmu-dev default-jre g++-4.4 libproj-dev libgdal-dev libxerces-c2-dev libfox-1.6-dev
$export CC=gcc-4.4 CXX=g++-4.4
Execute the following commands to install SUMO from the terminal.
$./configure
$make
$sudo make install
Download MOVE.jar from the following link
https://lens1.csie.ncku.edu.tw/MOVE/download.php
Execute the following command to run the MOVE.jar file
java -jar MOVE.jar (Java required)