Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

From some time I've been getting error messages while installing some packages, for example:

requires libmagickwand4 (= 8:6.6.9.7-5ubuntu3) ale 8:6.6.9.7-5ubuntu3.2 is about to be installed

basically there are very small version differences (ubuntu3 vs ubuntu3.2), but I don't know how to fix them. Any help will be welcome :)

share|improve this question

2 Answers

I've manage to install this packet by specifing what version to install so instead of

sudo apt-get install libmagickwand-dev

I've written

sudo apt-get install libmagickwand-dev=8:6.6.9.7-5ubuntu3.2

and it worked ;)

share|improve this answer

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

sudo aptitute install #packagesname
share|improve this answer
you command is wrong - there is no such thing as aptitute and I know how to install software with apt-get when everything is ok – Adrian Serafin Oct 16 '12 at 17:00
i'm sorry you had to write in terminal " sudo apt-get install aptitute" first – Enes Kuray Oct 16 '12 at 17:03
i think it is aptitude, but thanks for your help – Adrian Serafin Oct 16 '12 at 17:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.