I have installed imagemagick by downloading and compiling the source.how to correctly uninstall the ImageMagick that was manually installed in order to installed rmagick gem.
Is there something like “make uninstall”.
I have installed imagemagick by downloading and compiling the source.how to correctly uninstall the
Share
There’s no standard procedure.
Sometimes makefiles provide an
uninstallrule you can run in order to remove files installed byinstall.If Imagemagick doesn’t provide any tool to uninstall itself you’ll have to manually remove it by removing the files it installed.