• Re: Bookworm: Where are the ImageMagick binaries other than `convert`?

    From Christian Gelinek@21:1/5 to Greg Wooledge on Sat Apr 6 09:50:20 2024
    Thank you all for your responses.

    On 2/4/24 12:41, Greg Wooledge wrote:
    On Mon, Apr 01, 2024 at 10:06:40PM -0400, [email protected] wrote:

    The command-line equivalent is "dpkg -L", to list the files that belong
    to an installed package.

    I should note that down somewhere... I'm sure I've come across it before.

    In any case, there is no command named "magick".

    Thanks, I was interested in the `magick identify` command referred to
    [here][0] which becomes just `identify` in this case.

    [0]: https://stackoverflow.com/a/73406928/897968

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christian Gelinek@21:1/5 to All on Sat Apr 6 09:50:49 2024
    Hi,

    I have ImageMagick installed, but only the `convert` binary is in my path.

    Other binaries like `magick` are not. Where can I find them, why aren't
    they installed?

    Thanks,
    Christian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Greg Wooledge@21:1/5 to [email protected] on Sat Apr 6 09:51:47 2024
    On Mon, Apr 01, 2024 at 10:06:40PM -0400, [email protected] wrote:
    On 4/1/24 21:37, Christian Gelinek wrote:
    Hi,

    I have ImageMagick installed, but only the `convert` binary is in my path.

    Other binaries like `magick` are not. Where can I find them,

    In Synaptic, if you get the properties of an installed package one of the tabs is "installed files". You can find out where (or whether) those things are actually installed.

    The command-line equivalent is "dpkg -L", to list the files that belong
    to an installed package.

    In the specific case of imagemagick, things get a little bit weird:

    hobbit:~$ dpkg -L imagemagick-6.q16 | grep bin/
    /usr/bin/animate-im6.q16
    /usr/bin/compare-im6.q16
    /usr/bin/composite-im6.q16
    /usr/bin/conjure-im6.q16
    /usr/bin/convert-im6.q16
    /usr/bin/display-im6.q16
    /usr/bin/identify-im6.q16
    /usr/bin/import-im6.q16
    /usr/bin/mogrify-im6.q16
    /usr/bin/montage-im6.q16
    /usr/bin/stream-im6.q16

    And these are pointed to by symlinks in the "alternatives" system:

    hobbit:~$ ls -l /usr/bin/convert
    lrwxrwxrwx 1 root root 25 Feb 12 15:15 /usr/bin/convert -> /etc/alternatives/convert*
    hobbit:~$ ls -l /etc/alternatives/convert
    lrwxrwxrwx 1 root root 24 Feb 12 15:15 /etc/alternatives/convert -> /usr/bin/convert-im6.q16*

    In any case, there is no command named "magick".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charles Curley@21:1/5 to Christian Gelinek on Sat Apr 6 09:52:01 2024
    On Tue, 2 Apr 2024 12:07:47 +1030
    Christian Gelinek <[email protected]> wrote:

    I have ImageMagick installed, but only the `convert` binary is in my
    path.

    Other binaries like `magick` are not. Where can I find them, why
    aren't they installed?

    man imagemagick

    --
    Does anybody read signatures any more?

    https://charlescurley.com
    https://charlescurley.com/blog/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Christian Gelinek on Sat Apr 6 09:52:29 2024
    On 4/1/24 21:37, Christian Gelinek wrote:
    Hi,

    I have ImageMagick installed, but only the `convert` binary is in my path.

    Other binaries like `magick` are not. Where can I find them,

    In Synaptic, if you get the properties of an installed package one of the
    tabs is "installed files". You can find out where (or whether) those things are actually installed.

    why aren't they
    installed?

    Maybe they are.

    --
    CAPRICORN: The stars say you're an exciting and wonderful person... but
    you know they're lying. If I were you, I'd lock my doors and windows
    and never never never never never leave my house again. -- Weird Al

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)