I need to remove SUMO 0.22 in order to install SUMO 0.25. I have been using Ubuntu since 2009, but I never came across this problem.
I tried:
sudo apt-get remove sumo
sudo apt-get remove --auto-remove sumo
sudo apt-get purge sumo
sudo apt-get purge --auto-remove sumo
None of the above is working. The output is shown:
I went to usr/local/bin/ and found both sumo and sumo-gui there + some other important executables needed for sumo. I installed SUMO by downloading the .tar file and used ./configure, make, and make install.
I need to work on veins which no longer supports SUMO 0.22.