Uninstall Ghostscript installed from source
...don't fret because this is only a test volume but:
I installed Ghostscript via MacPorts on Sonoma and it worked OK when opening .eps with GraphicConverter. I could install it and uninstall it via:
sudo port install ghostscript
which gs
/opt/local/bin/gs
sudo port uninstall ghostscript
I then installed Ghostscript from source via ./configure, make, sudo make install. That does not work with GraphicConverter .eps.
which gs
/usr/local/bin/gs
-> Question: how can I cleanly uninstall that /usr/local/bin/gs and its related files?
I tried sudo make uninstall, clean gs etc but that did not work.
Yes, I could just remove the installed binaries I think are related to gc but that does not seem kosher.