"Pablo Parrado" on wrote...
| Hi,
|
| I'm running Fedora Core 4, I guess that I can't install ImageMagick!
|
| But I already install it!
|
| How can I Uninstall it ???
|
|
If you installed it with packages use rpm -e {package name}
as root to remove.
if you installed it via makefiles, use make uninstall
If you just what to remove it. I have used this very nasty method...
=======8<--------
rpm -e --nodeps ImageMagick ImageMagick-perl
rm -r /usr/lib/ImageMagick-*
rm -r /usr/lib/libMagick*
rm -r /usr/share/ImageMagick-*
rm -r /usr/share/doc/ImageMagick-*
rm -r /usr/include/{Magick++,magick,wand}
rm -r /usr/lib/perl5/site_perl/*/i386-linux-thread-multi/Image/Magick*
rm -r /usr/lib/perl5/site_perl/*/i386-linux-thread-multi/auto/Image/Magick*
rm -r /usr/share/man/man?/*Magick*
=======8<--------
This last is NOT recommended except as a last resort, and may miss
things. But it is as complete as I can make it.
Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]>
-----------------------------------------------------------------------------
Judith looked at the demons and shook her head. "I'm glad we didn't
build four processors. I'm not sure I could take a barbershop
quartet!" -- Rick Cook, "The Wizardry Compiled"
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users