Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Uninstalling SUMO

Hello,
I tried to execute the first command for uninstalling as per given instructions in https://sumo.dlr.de/docs/Installing/Linux_Build.html#uninstalling
   sudo xargs rm < install_manifest.txt
However, I failed to find  install_manifest.txt file. I searched the entire $SUMO_HOME directory but it does not exist. Mention that I had installed 
the latest development version which was updated on June 25.
Kinldy, recheck the development version if it carries install_manifest.txt file.
thanks and regards,
Dillip Rout

On Fri, 19 Jun 2020 at 11:01, Michael Behrisch <oss@xxxxxxxxxxx> wrote:
Hi,
the file is called install_manifest.txt and you find it in the dir where
you built sumo (something like sumo/build/cmake-build if you followed
the instructions). It is generated by cmake automatically (at least we
did nothing in our configuration to trigger the creation explicitly).

Best regards,
Michael

Am 19.06.20 um 07:21 schrieb Tripplanner Mumbai:
> @Michael,
> I noticed that the uninstalling instruction is updated.
> I am currently using the latest development version (updated on June 15,
> 2020). I fell to find manifest.txt in my installed sumo directory. Is
> manifest.txt added recently to the build files?
> regards,
> Dillip Rout
>
>
> On Thu, 18 Jun 2020 at 11:53, Michael Behrisch <oss@xxxxxxxxxxx
> <mailto:oss@xxxxxxxxxxx>> wrote:
>
>     Hi,
>     cmake does not provide an uninstall make target, so I added instructions
>     here:
>     https://sumo.dlr.de/docs/Installing/Linux_Build.html
>     It boils down to running
>     sudo xargs rm < install_manifest.txt
>     from your build dir.
>
>     Best regards,
>     Michael
>
>     Am 16.06.20 um 14:05 schrieb Tripplanner Mumbai:
>     > Hello,
>     >
>     > Recently, I installed a sumo (v1_6_0+0676-d20520c106) by the
>     > instructions (cloning and installing) given in the page (on my Ubuntu
>     > 18.04) https://sumo.dlr.de/docs/Installing/Linux_Build.html
>     >
>     > Now, I want to uninstall it and install the latest development.
>     > However, when I tried the command: *sudo apt remove --purge sumo*
>     > It shows that no SUMO is installed. Nonetheless, when I typed the
>     > command: *sumo --version*, it shows me the version of the SUMO.
>     >
>     > Can anyone suggest how to uninstall my current version, which was
>     build
>     > through cmake and all?
>     >
>     > thanks and regards,
>     > Dillip Rout
>     >
>     > _______________________________________________
>     > sumo-user mailing list
>     > sumo-user@xxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxx>
>     > To unsubscribe from this list, visit
>     https://www.eclipse.org/mailman/listinfo/sumo-user
>     >
>
>
>     _______________________________________________
>     sumo-user mailing list
>     sumo-user@xxxxxxxxxxx <mailto:sumo-user@xxxxxxxxxxx>
>     To unsubscribe from this list, visit
>     https://www.eclipse.org/mailman/listinfo/sumo-user
>
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
>


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top