New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

ImageMagick (solved)

Got problems with your B2 or B3? Share and get helped!
Post Reply
wimr0001
Posts: 15
Joined: 28 Oct 2011, 15:59

ImageMagick (solved)

Post by wimr0001 »

How do I install ImageMagick on my B3?
Last edited by wimr0001 on 15 Nov 2011, 04:05, edited 1 time in total.
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: ImageMagick

Post by DanielM »

Code: Select all

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

/Daniel
wimr0001
Posts: 15
Joined: 28 Oct 2011, 15:59

Re: ImageMagick

Post 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:/#
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: ImageMagick

Post 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
wimr0001
Posts: 15
Joined: 28 Oct 2011, 15:59

Re: ImageMagick

Post 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
Attachments
list.zip
Contents of /etc/apt/sources.list
(474 Bytes) Downloaded 378 times
DanielM
Posts: 637
Joined: 28 Mar 2008, 06:37
Location: Sweden

Re: ImageMagick

Post 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
wimr0001
Posts: 15
Joined: 28 Oct 2011, 15:59

Re: ImageMagick

Post 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.
Post Reply