- Forums
- PHP
- How To Check And Verify If Imagemagick Installed - Linux Command
is a simple command you can use in your linux shell to show you how to check if you have Imagemagick installed in your linux server, very simple command and instructions [1197], Last Updated: Sat May 18, 2024
wallpaperama
Tue Nov 04, 2008
2 Comments
4121 Visits
i got a new server for a new wallpaper website that i have, and when i tried to run the wallpaper script, for some reason the images where not coming up. after troubleshooting, i found that the server did not come with image magik installed, the installation did not include the imagemagick package. i think the script usues imagemap or something, but i really wanted to resize the picture using imagemagick. so when i ran the script, the function imagemakers () did not work at all. i checekd in my php so see if i had installed it, but i did know how to check. so this is what if oudn out the command for checking if you have imagemagick installed in your linux server:
SHELL COMMAND:
rpm -q ImageMagick
OUTPUT: package ImageMagick is not installed
so if you ever need verifying if you have it installed, execute that command.
its helps is checking whether or not you have it on your website.
now if you dont have it check out my next post:
how to install imagimagick