Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a reasonable way to uninstall #42

Open
WolfLink opened this issue Nov 28, 2020 · 2 comments
Open

Need a reasonable way to uninstall #42

WolfLink opened this issue Nov 28, 2020 · 2 comments

Comments

@WolfLink
Copy link

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.

@schmittner
Copy link
Member

To uninstall, simply run

rm /usr/local/bin/owl

(it's the default CMake install path)

@PeterDaveHello
Copy link

PeterDaveHello commented Jul 2, 2021

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

Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants