Libvips: How can I manually uninstall libvips on Ubuntu 15.10 without make?

Created on 19 Nov 2015  路  3Comments  路  Source: libvips/libvips

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

Thanks for any clues

question

Most helpful comment

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.

All 3 comments

FYI I have these locations

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

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

harukizaemon picture harukizaemon  路  4Comments

sonylifull picture sonylifull  路  4Comments

gencer picture gencer  路  4Comments

revathi-murali picture revathi-murali  路  3Comments

Kyle-Kyle picture Kyle-Kyle  路  4Comments