Closed 1333481 closed 4 years ago
When you run sudo make install
, CMake creates a file named install_manifest.txt
in the build/
folder listing the files that have been installed on your system. You may inspect the manifest. To uninstall, run cat install_manifest.txt | xargs rm
I used sudo make install for surgescript and opensurge. If I wanted to uninstall them how would I do that?