Mobius wrote:The tutorial specifies that it was done with the 10/28/2012 version which is what I am running.
Yes, but that is an oldish version. A lot of the software on it is no longer the current version.
The Raspbian servers only have more recent versions of the various packages, so you won't find an old ImageMagick on them anymore.
You need to at least do
Code: Select all
sudo apt-get update
sudo apt-get install imagemagick
The instructions in the tutorial should still work.
You will probably get some other software upgraded at the same time. This is a good thing. Bug fixes and all that.
If you get a message about "x packages not upgraded", then you should run the sudo apt-get dist-upgrade as well.
There is usually no need to do a reboot after an upgrade. The majority of programs will either restart themselves, or use the new version when you next run them.