|
#1
| ||||
| ||||
| uninstalling Imagemagick how would i go, about removing this i use mac osx 10.3.2 |
|
#2
| ||||
| ||||
| Drag it to the trash.
__________________ |
|
#3
| ||||
| ||||
| hmm i installed thru the terminal, doesnt it make it different? |
|
#4
| ||||
| ||||
| If it's in your Developer Folder>Applications, you should be able to drag to trash. Check man Imagemagick to see if it has uninstall instructions.
__________________ |
|
#5
| ||||
| ||||
| Quote:
|
|
#6
| ||||
| ||||
| See if this helps; It depends on how you installed it. If you built and installed from source code, then you can do 'make unininstall' in the build directory to uninstall ImageMagick. If you extracted binaries, then you will need to use 'rm -rf' for every ImageMagick-specific directory extracted, and 'rm' for any files extracted into directories shared with other packages.
__________________ |
|
#7
| ||||
| ||||
| To uninstall ImageMagick, go to your ImageMagick source directory and type: make uninstall
__________________ |
|
#8
| ||||
| ||||
| If you installed it with fink remove it the same way with sudo fink remove imageMagik and you should be golden - assuming that you don't have anything that is dependent on it. |
![]() |
| Thread Tools | |
|
|