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

How can I manually uninstall libvips on Ubuntu 15.10 without make? #351

Closed
binarykitchen opened this issue Nov 19, 2015 · 3 comments
Closed
Labels

Comments

@binarykitchen
Copy link

Because I built it a while ago and do not have the project folder and its make anymore.

Thanks for any clues

@binarykitchen
Copy link
Author

FYI I have these locations

$ sudo find / -iname vips
/usr/local/include/vips
/usr/local/include/vips/vips
/usr/local/bin/vips

@jcupitt
Copy link
Member

jcupitt commented Nov 19, 2015

You could install the same version again to the same prefix, then do sudo make uninstall.

You could also wipe /usr/local/ completely and rebuild it with just the packages you want.

I tend to install vips to a private prefix, eg. ./configure --prefix=/home/john/vips, and add the ~/vips area to my environment. It means I can cleanly wipe and rebuild by just removing that directory.

@binarykitchen
Copy link
Author

Good idea. Will remember that for next time. Thanks again!

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

No branches or pull requests

2 participants