seemoo-lab/owl

Need a reasonable way to uninstall

WolfLink opened this issue · 2 comments

I installed the program before realizing my card was not supported. I would like to uninstall the program, but currently it seems the only way to know exactly what the installer did is to dig through the makefiles.

To uninstall, simply run

rm /usr/local/bin/owl

(it's the default CMake install path)

Can simply run xargs rm < install_manifest.txt under the build/ directory (with proper permission), CMake doesn't support uninstall by default.

Ref: