How to mark dependencies as solved?
- by joo
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...