SUMO (Simulation of Urban MObility) is a free and open source traffic simulation application for Linux, Windows and MacOS. Using this app you can model traffic systems including road vehicles, public transport and pedestrians. It comes with automated driving, route finding, visualization, multi modal traffic, network import and emission calculation, vehicle communication and more. It is released under Eclipse Public License 2.0.
Download SUMO [Windows,MacOS,Linux]
How to Install SUMO on Ubuntu Linux
In the terminal app (ctrl+alt+t) run below commands one by one. It will add SUMO Ubuntu PPA on your system and install the latest version of SUMO on your Ubuntu Linux system.
sudo add-apt-repository ppa:sumo/stable
sudo apt-get update
sudo apt-get install sumo sumo-tools sumo-doc
Install SUMO via Flatpak:
SUMO is also available as a flatpak package file. First install flatpak and flathub on your system and restart it after the installation.
Now in the terminal software (ctrl+alt+t) run below SUMO flatpak installation command.
flatpak install flathub org.eclipse.sumo
After the installation you can run SUMO using this command.
flatpak run org.eclipse.sumo
And uninstall it using
sudo flatpak uninstall org.eclipse.sumo
That’s it.