ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.49k stars 154 forks source link

No uninstall option #354

Open jojo2357 opened 9 months ago

jojo2357 commented 9 months ago

I misread the directions and installed the flutter-pi on my development device instead of the fullterpi_tool

How do i cleanly uninstall flutter-pi from my device?

ardera commented 7 months ago

Sorry for the late reply, assuming you installed with sudo ninja install you can just uninstall using sudo ninja uninstall. (Same if you use make I think).

github-actions[bot] commented 7 months ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens and logs. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution.

jojo2357 commented 5 months ago

make: *** No rule to make target 'uninstall'. Stop.

jojo2357 commented 5 months ago

I just reinstalled, and the logs say it was installed to /usr/local/bin/flutter-pi so I removed that. Did the trick for me.