sudo -i | |
cd | |
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y | |
wget http://www.imagemagick.org/download/ImageMagick-6.8.7-7.tar.gz | |
tar xzvf ImageMagick-6.8.9-1.tar.gz | |
cd ImageMagick-6.8.9-1/ | |
./configure --prefix=/opt/imagemagick-6.8 && make | |
checkinstall |
Might be useful to include the checkinstall input, although it's prompts are very descriptive. |
I'm using a simple way to install imagemagick: |
@thanhcuong1990 in my case it doesn't working, I've got this error After this operation, 67.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9-common all 9.10~dfsg-0ubuntu10.3
404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgs9 amd64 9.10~dfsg-0ubuntu10.3
404 Not Found [IP: 91.189.92.200 80]
Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main ghostscript amd64 9.10~dfsg-0ubuntu10.3
404 Not Found [IP: 91.189.92.200 80]
Unable to correct missing packages.
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/libgs9-common_9.10~dfsg-0ubuntu10.3_all.deb 404 Not Found [IP: 91.189.92.200 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/libgs9_9.10~dfsg-0ubuntu10.3_amd64.deb 404 Not Found [IP: 91.189.92.200 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/ghostscript/ghostscript_9.10~dfsg-0ubuntu10.3_amd64.deb 404 Not Found [IP: 91.189.92.200 80]
E: Aborting install. I'm using Ubuntu 14.04.2 LTS. |
After checkinstall when I do "ldconfig /usr/local/lib" |
here is my output of checkinstall: checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran **** Debian package creation selected *** *** Warning: The package name "ImageMagick-6.9.2" contains upper case This package will be built according to these values: 0 - Maintainer: [ ghost@ghost-protocol ] Enter a number to change any of them or press ENTER to continue: |
I'm confused. Can anyone help me to check whether I have correctly installed ImageMagick or not? |
@avideyes Hi, I think this might help you. And if you need more information about how to perform ImageMagick functions using the terminal, you could read this page from ImageMagick website. |
from above step i got this result **** Debian package creation selected *** *** Warning: The package name "ImageMagick-6.9.3" contains upper case This package will be built according to these values: 0 - Maintainer: [ root@rajen ] Enter a number to change any of them or press ENTER to continue: --What to do next..? |
|
|
Thanks from Spain! |
Short answer:
|
@thanhcuong1990 great |
Fantastic! |
|
Thanks you so much bro..very useful .,.really great info |
ubuntu:~$ checkinstall checkinstall 1.6.2, Copyright 2009 Felipe Eduardo Sanchez Diaz Duran The package documentation directory ./doc-pak does not exist. Preparing package documentation...OK *** No known documentation files were found. The new package **** Debian package creation selected *** This package will be built according to these values: 0 - Maintainer: [ ubuntu@ip-172-31-38-121 ] Enter a number to change any of them or press ENTER to continue: Installing with make install... ========================= Installation results =========================== **** Installation failed. Aborting package creation. Cleaning up...OK Bye. Installation is failing with above error on UBUNTU machine. Can some one please help? |
You should be able to install ImageMagick directly from Ubuntu software sources: sudo apt-get update
sudo apt-get install imagemagick |
why is |
I had a similar problem and tried sudo apt install and sudo apt update, ...apt upgrade, ...apt-get partitial... purge... autoreinstall etc. etc. At the end that was my solution: {In my case it was I hope it helps someone like it helped me |
@terrysahaidak Try capital Y |
Best place to execute ImageMagick online for you. Supporting all ImageMagick feature with output file and console log, no need to install. |
babnik63 commentedon Oct 8, 2014
This is the latest version tar.gz file:
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
you should change other codes regarding to latest version number
;-)