How to uninstall fix location installed ROOT?

Hello,

I just installed ROOT with a location independent build via using $ cmake --build . --target install. Now, i have to completely uninstall this ROOT version because of one software that i want to use is installing its own ROOT version and of course i did not get any errors if i use this way. The problem is i can not delete the ROOT build even if i delete all ROOT related libraries and folders from my computer. When i wrote “root” on any path in terminal, ROOT just works perfectly. My question; is there any way to completely delete this “fix location builded ROOT” (You can find this fix location build thing at Installation methods section in this link)? Any help will be appreciated.


ROOT Version: 6.18/04
Platform: macOS Catalina 10.15.1
Compiler: Apple clang version 11.0.0 (clang-1100.0.33.8)


With ROOT 6, from the build subdirectory, you will need to execute something like this: xargs rm < install_manifest.txt

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