What Happened
I installed elementary Code from source, but now I want to remove it. I'm used to use things like make uninstall which do just that for many other projects, but apparently this project is using meson (and I'm aware of problems with uninstalling that are caused by the nature of meson, and are still discussed in various issues) and it provides no way of removing it.
Expected Behavior
There should be a command like sudo ninja uninstall (or sudo ninja code-uninstall for that matter (see this issue about meson)).
Steps to Reproduce
Just install and Tada! You can't remove it reliably without missing something behind.
Platform Information
OS: Fedora 34 Workstation (x86_64)
DE: GNOME 40.1
elementary Code: Built and installed from source, a week ago.
What Happened
I installed elementary Code from source, but now I want to remove it. I'm used to use things like
make uninstallwhich do just that for many other projects, but apparently this project is using meson (and I'm aware of problems with uninstalling that are caused by the nature of meson, and are still discussed in various issues) and it provides no way of removing it.Expected Behavior
There should be a command like
sudo ninja uninstall(orsudo ninja code-uninstallfor that matter (see this issue about meson)).Steps to Reproduce
Just install and Tada! You can't remove it reliably without missing something behind.
Platform Information
OS: Fedora 34 Workstation (x86_64)
DE: GNOME 40.1
elementary Code: Built and installed from source, a week ago.