How to mark dependencies as solved?

Posted by joo on Ask Ubuntu See other posts from Ask Ubuntu or by joo
Published on 2011-02-16T10:29:27Z Indexed on 2011/02/16 15:33 UTC
Read the original article Hit count: 422

Filed under:
|
|

On my Ubuntu I needed to install a newer version of erlang.

Then I installed rabbitmq-server with dpkg --force-depends -i rabbitmq-server_2.1.1-1_all.deb

And everything worked fine, till...

Now I have the following problem when doing an apt-get install or upgrade:

rabbitmq-server: Depends: erlang-base (>= 1:12.b.3) but it is not installable or
                          erlang-base-hipe (>= 1:12.b.3) but it is not installable
                 Depends: erlang-ssl which is a virtual package. or
                          erlang-nox (< 1:13.b-dfsg1-1) but it is not installable
                 Depends: erlang-os-mon which is a virtual package. or
                          erlang-nox (< 1:13.b-dfsg1-1) but it is not installable
                 Depends: erlang-mnesia which is a virtual package. or
                          erlang-nox (< 1:13.b-dfsg1-1) but it is not installable
                 Depends: erlang-inets which is a virtual package. or
                          erlang-nox (< 1:13.b-dfsg1-1) but it is not installable
Remove the following packages:
rabbitmq-server

Score is 121

Accept this solution? [Y/n/q/?]

What command tells apt to resolve dependencies without removing the package?

Thanks a lot in advance...

© Ask Ubuntu or respective owner

Related posts about apt-get

Related posts about apt