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

Vc is impossible to uninstall #3

Open
vanyossi opened this issue May 14, 2013 · 1 comment
Open

Vc is impossible to uninstall #3

vanyossi opened this issue May 14, 2013 · 1 comment

Comments

@vanyossi
Copy link

VC installer shows the option to remove but if selected it states that is doesn't uninstall. It may be small, but I don't like leaving files linger around If I can avoid it.

On the build directory of vc there is file called "install_manifest.txt" it lists all files installed by Vc. To unisntall the script could

"cat install_manifest.txt | xargs rm"

@vanyossi
Copy link
Author

I suppose a

cd $buildDir
#delete installed files
cat install_manifest.txt | sudo xargs rm
#delete folders
find /usr/local/ -type d | grep "Vc" | sudo xargs rmdir

Might work.

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

1 participant