I'm trying to install the latest imagemagick on an Ubuntu 17.10 server. Imagemagick version 7 has been out for ages, but to my surprise, this:
sudo apt install imagemagick
Installs version 6.9.7 instead of 7.x
I already did sudo apt update and sudo apt upgrade and tried again, to no avail.
How do I get apt install to install the latest imagemagick?