On Mon, Apr 29, 2019 at 09:22:21AM +0200, Wolfgang Engelmann wrote: > This did not work: > > magick out.eps out.png > No command 'magick' found, did you mean: > Command 'magic' from package 'magic' (universe) > magick: command not found > > However installing tells me it is the newest version: > > imagemagick ist schon die neueste Version (8:6.8.9.9-7ubuntu5.13). > 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. > > I also tried|||sudo apt-get install libmagick++-dev| > > Same answer. Strange.
Ok, most likely your distro still has version 6, not 7, can you try: convert out.eps out.png ? If that works we need to see the output from the message pane I asked several mails back... Pavel
