Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Installing ImageMagick

6. Installing ImageMagick

MMBase uses ImageMagick's convert tool to build and convert its images.

ImageMagick is already part of the Red Hat distribution. Check its availability using:


  
  rpm -q ImageMagick
  
  

If ImageMagick is not available on your system, install it using up2date:


  
  up2date
  
  

or download it from the Red Hat Network:


  https://rhn.redhat.com/

and install it by hand:


  
  rpm -ihv ImageMagick-xxx.rpm