Page 1 of 1

ImageMagick (solved)

Posted: 28 Oct 2011, 16:01
by wimr0001
How do I install ImageMagick on my B3?

Re: ImageMagick

Posted: 29 Oct 2011, 04:13
by DanielM

Code: Select all

apt-get install imagemagick
...ought to do it. Haven't tried myself...

/Daniel

Re: ImageMagick

Posted: 29 Oct 2011, 04:23
by wimr0001
I already tried that command. This is the result:

root@b3:/# apt-get install imagemagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package imagemagick is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
root@b3:/#

Re: ImageMagick

Posted: 29 Oct 2011, 06:23
by DanielM
Ok... Did you first do "apt-get update" before trying to install?

And what does your /etc/apt/sources.list look like?

/Daniel

Re: ImageMagick

Posted: 29 Oct 2011, 07:20
by wimr0001
I didn't.
Now, I executed the "update" and afterwards the "install". Same result as before.
The content of the /etc/apt/sources.list is in the attachment.

Wim

Re: ImageMagick

Posted: 29 Oct 2011, 12:19
by DanielM
Ok, then I don't know. It should work. You have the debian repository enabled, should work. I tried installing (with simulate flag on) and it worked for me. Pulled in a heckload of dependencies though, so I don't know if it really would be a good idea installing it...

/Daniel

Re: ImageMagick

Posted: 15 Nov 2011, 04:04
by wimr0001
Instaling imagemagick failed due to a wrong connection of the B3 in my network.
The B3 had a connection with the internet via a router and the wan-port but the B3 itself was not a router.
Pinging succeeded, but apt-get failed.
Connection the B3 to another router via the lan-port solved the problem in executing apt-get.