SUMO Microscopic Traffic Simulation

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.

SUMO Traffic Simulation

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.

Also Read:  PDF4QT PDF Editor Application

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.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply