GNOME Network Displays - Uninstalling after building from source

This is from my issue originally on the GNOME GitLab.


If I built using:

meson build
cd build
ninja
sudo meson install

How can I uninstall the binaries and other files that running these commands created (outside of the project directory)?

Judging by the commands’ logs, it looks like some stuff is written to /usr/share/ and some other directories, but is there a list anywhere of what’s safe to uninstall without removing other software?

Hopefully someone can offer advice. Thanks!

sudo ninja uninstall
1 Like

That’s it?!
Thank you, it totally works.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.